Color Hex Logo

#dcdcc9 Color Hex

#DCDCC9
(220,220,201)
0 Favorites   0 Comments

Color spaces of #dcdcc9

RGB 220220201
HSL0.170.210.83
HSV60°86°
CMYK 0.000.000.09   0.14
XYZ65.651070.619165.4290
Yxy70.61910.32550.3501
Hunter Lab84.0352-7.611612.6620
CIE-Lab87.2996-3.27529.3309

#dcdcc9 color RGB value is (220,220,201).

#dcdcc9 hex color red value is 220, green value is 220 and the blue value of its RGB is 201. Cylindrical-coordinate representations (also known as HSL) of color #dcdcc9 hue: 0.17 , saturation: 0.21 and the lightness value of dcdcc9 is 0.83.

The process color (four color CMYK) of #dcdcc9 color hex is 0.00, 0.00, 0.09, 0.14. Web safe color of #dcdcc9 is #cccccc. Color #dcdcc9 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11011100 11001001
Octal 334 334 311
Decimal 220 220 201
Hex DC DC C9

RGB Percentages of Color #dcdcc9

%34.32
%34.32
%31.36

CMYK Percentages of Color #dcdcc9

%0
%0
%9
%14

Triadic Colors of #dcdcc9

#dcdcc9 #c9dcdc #dcc9dc

Analogous Colors of #dcdcc9

#dcdcc9 #d3dcc9 #dcd3c9

Monochromatic Colors of #dcdcc9

#dcdcc9

Complementary Color

#dcdcc9 #c9c9dc

#dcdcc9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcdcc9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcdcc9 Color CSS Codes

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

#dcdcc9 Text Font Color

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

This sample text font color is #dcdcc9
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.


#dcdcc9 Background Color

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

This div background color is #dcdcc9


#dcdcc9 Border Color

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

This div border color is #dcdcc9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcdcc9


Comments

No comments written yet.

Please login to write comment.