Color Hex Logo

#dccc87 Color Hex

#DCCC87
(220,204,135)
0 Favorites   0 Comments

Color spaces of #dccc87

RGB 220204135
HSL0.140.550.70
HSV49°39°86°
CMYK 0.000.070.39   0.14
XYZ55.481260.150631.6077
Yxy60.15060.37680.4085
Hunter Lab77.5568-8.032330.1266
CIE-Lab81.9200-4.200836.4012

#dccc87 color RGB value is (220,204,135).

#dccc87 hex color red value is 220, green value is 204 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #dccc87 hue: 0.14 , saturation: 0.55 and the lightness value of dccc87 is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001100 10000111
Octal 334 314 207
Decimal 220 204 135
Hex DC CC 87

RGB Percentages of Color #dccc87

%39.36
%36.49
%24.15

CMYK Percentages of Color #dccc87

%0
%7
%39
%14

Triadic Colors of #dccc87

#dccc87 #87dccc #cc87dc

Analogous Colors of #dccc87

#dccc87 #c2dc87 #dca287

Monochromatic Colors of #dccc87

#dccc87

Complementary Color

#dccc87 #8797dc

#dccc87 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dccc87 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dccc87 Color CSS Codes

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

#dccc87 Text Font Color

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

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


#dccc87 Background Color

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

This div background color is #dccc87


#dccc87 Border Color

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

This div border color is #dccc87


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dccc87


Comments

No comments written yet.

Please login to write comment.