Color Hex Logo

#dcd187 Color Hex

#DCD187
(220,209,135)
0 Favorites   0 Comments

Color spaces of #dcd187

RGB 220209135
HSL0.150.550.70
HSV52°39°86°
CMYK 0.000.050.39   0.14
XYZ56.688862.565832.0103
Yxy62.56580.37480.4136
Hunter Lab79.0985-10.494131.3750
CIE-Lab83.2134-6.765938.0714

#dcd187 color RGB value is (220,209,135).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11010001 10000111
Octal 334 321 207
Decimal 220 209 135
Hex DC D1 87

RGB Percentages of Color #dcd187

%39.01
%37.06
%23.94

CMYK Percentages of Color #dcd187

%0
%5
%39
%14

Triadic Colors of #dcd187

#dcd187 #87dcd1 #d187dc

Analogous Colors of #dcd187

#dcd187 #bddc87 #dca787

Monochromatic Colors of #dcd187

#dcd187

Complementary Color

#dcd187 #8792dc

#dcd187 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcd187 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcd187 Color CSS Codes

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

#dcd187 Text Font Color

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

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


#dcd187 Background Color

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

This div background color is #dcd187


#dcd187 Border Color

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

This div border color is #dcd187


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,209,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 #dcd187">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcd187


Comments

No comments written yet.

Please login to write comment.