Hex #dcc9c2 Color

#dcc9c2
equivalent to

RGB

(220, 201, 194)

Details of #dcc9c2

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
220
60.1394
0.04
0.00
82.3163
60.8840
16°
78.0282
201
60.8840
0.27
0.09
5.4728
0.3329
12°
1.0282
194
59.6210
0.81
0.12   0.14
5.8884
0.3370
86°
9.3319

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
11011100
334
220
DC
Green
11001001
311
201
C9
Blue
11000010
302
194
C2

RGB in % of #dcc9c2

%35.77
%32.68
%31.54

CMYK in % of #dcc9c2

%0
%9
%12
%14

Triads of color #dcc9c2

#dcc9c2 #c9c2dc #c2dcc2

Similar Colors to #dcc9c2

#dcc9c2 #dcc2c8 #dcd6c2

Preview Color #dcc9c2 on black ground

#dcc9c2 is very interesting for text.

Preview Color #dcc9c2 on white ground

#dcc9c2 is very interesting for text.

CSS Codes #dcc9c2 color

.mybgcolor {background-color:#dcc9c2; }
.myforecolor {color:#dcc9c2; }
.mybordercolor {border:3px solid #dcc9c2; }

Text Font Color #dcc9c2

<p style="color:#dcc9c2">Text here</p>

This sample text font color is #dcc9c2
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


Background Color #dcc9c2

<div style="background-color:#dcc9c2">
Div content here</div>

This div background color is #dcc9c2


Border Color #dcc9c2

<div style="border:3px solid #dcc9c2">
Div here</div>

The color of this border is #dcc9c2


Examples Css3

.textShadowRgb {text-shadow: 4px 4px 2px rgba(0,0,0, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #dcc9c2; }
.divShadow {
-moz-box-shadow: 1px 1px 3px 2px #dcc9c2;
-webkit-box-shadow: 1px 1px 3px 2px #dcc9c2;
box-shadow:         1px 1px 3px 2px #dcc9c2; }
				

Text Shadow using RGB

<p style="text-shadow: 4px 4px 2px rgba(0,0,0, 0.8);">Text here</p>
				

The shadow of this text using RGB.


Text Shadow using Hex

<p style="text-shadow: 4px 4px 2px #dcc9c2">Text here</p>
				

The shadow of this text using hex.


Shadow of Div

<div style="-moz-box-shadow: 1px 1px 3px 2px #dcc9c2;
  -webkit-box-shadow: 1px 1px 3px 2px #dcc9c2;
  box-shadow:         1px 1px 3px 2px #dcc9c2;">
Div content here</div>

The shadow of div box using color #dcc9c2