Color Hex Logo

#dccc9f Color Hex

#DCCC9F
(220,204,159)
0 Favorites   0 Comments

Color spaces of #dccc9f

RGB 220204159
HSL0.120.470.74
HSV44°28°86°
CMYK 0.000.070.28   0.14
XYZ57.366160.904641.5331
Yxy60.90460.35900.3811
Hunter Lab78.0414-5.362023.0752
CIE-Lab82.3274-1.277524.4833

#dccc9f color RGB value is (220,204,159).

#dccc9f hex color red value is 220, green value is 204 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #dccc9f hue: 0.12 , saturation: 0.47 and the lightness value of dccc9f is 0.74.

The process color (four color CMYK) of #dccc9f color hex is 0.00, 0.07, 0.28, 0.14. Web safe color of #dccc9f is #cccc99. Color #dccc9f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001100 10011111
Octal 334 314 237
Decimal 220 204 159
Hex DC CC 9F

RGB Percentages of Color #dccc9f

%37.74
%34.99
%27.27

CMYK Percentages of Color #dccc9f

%0
%7
%28
%14

Triadic Colors of #dccc9f

#dccc9f #9fdccc #cc9fdc

Analogous Colors of #dccc9f

#dccc9f #cedc9f #dcae9f

Monochromatic Colors of #dccc9f

#dccc9f

Complementary Color

#dccc9f #9fafdc

#dccc9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dccc9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dccc9f Color CSS Codes

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

#dccc9f Text Font Color

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

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


#dccc9f Background Color

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

This div background color is #dccc9f


#dccc9f Border Color

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

This div border color is #dccc9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dccc9f


Comments

No comments written yet.

Please login to write comment.