Color Hex Logo

#dcd387 Color Hex

#DCD387
(220,211,135)
0 Favorites   0 Comments

Color spaces of #dcd387

RGB 220211135
HSL0.150.550.70
HSV54°39°86°
CMYK 0.000.040.39   0.14
XYZ57.182663.553432.1749
Yxy63.55340.37400.4156
Hunter Lab79.7204-11.474531.8750
CIE-Lab83.7327-7.785838.7392

#dcd387 color RGB value is (220,211,135).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11010011 10000111
Octal 334 323 207
Decimal 220 211 135
Hex DC D3 87

RGB Percentages of Color #dcd387

%38.87
%37.28
%23.85

CMYK Percentages of Color #dcd387

%0
%4
%39
%14

Triadic Colors of #dcd387

#dcd387 #87dcd3 #d387dc

Analogous Colors of #dcd387

#dcd387 #bbdc87 #dca987

Monochromatic Colors of #dcd387

#dcd387

Complementary Color

#dcd387 #8790dc

#dcd387 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcd387 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcd387 Color CSS Codes

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

#dcd387 Text Font Color

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

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


#dcd387 Background Color

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

This div background color is #dcd387


#dcd387 Border Color

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

This div border color is #dcd387


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcd387


Comments

No comments written yet.

Please login to write comment.