Color Hex Logo

#dcd687 Color Hex

#DCD687
(220,214,135)
0 Favorites   0 Comments

Color spaces of #dcd687

RGB 220214135
HSL0.150.550.70
HSV56°39°86°
CMYK 0.000.030.39   0.14
XYZ57.934965.058032.4256
Yxy65.05800.37280.4186
Hunter Lab80.6585-12.940632.6258
CIE-Lab84.5136-9.308839.7405

#dcd687 color RGB value is (220,214,135).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11010110 10000111
Octal 334 326 207
Decimal 220 214 135
Hex DC D6 87

RGB Percentages of Color #dcd687

%38.66
%37.61
%23.73

CMYK Percentages of Color #dcd687

%0
%3
%39
%14

Triadic Colors of #dcd687

#dcd687 #87dcd6 #d687dc

Analogous Colors of #dcd687

#dcd687 #b8dc87 #dcac87

Monochromatic Colors of #dcd687

#dcd687

Complementary Color

#dcd687 #878ddc

#dcd687 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcd687 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcd687 Color CSS Codes

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

#dcd687 Text Font Color

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

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


#dcd687 Background Color

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

This div background color is #dcd687


#dcd687 Border Color

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

This div border color is #dcd687


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcd687


Comments

No comments written yet.

Please login to write comment.