Color Hex Logo

#dcda87 Color Hex

#DCDA87
(220,218,135)
0 Favorites   0 Comments

Color spaces of #dcda87

RGB 220218135
HSL0.160.550.70
HSV59°39°86°
CMYK 0.000.010.39   0.14
XYZ58.959867.107732.7672
Yxy67.10770.37120.4225
Hunter Lab81.9193-14.886933.6279
CIE-Lab85.5583-11.326441.0743

#dcda87 color RGB value is (220,218,135).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11011010 10000111
Octal 334 332 207
Decimal 220 218 135
Hex DC DA 87

RGB Percentages of Color #dcda87

%38.39
%38.05
%23.56

CMYK Percentages of Color #dcda87

%0
%1
%39
%14

Triadic Colors of #dcda87

#dcda87 #87dcda #da87dc

Analogous Colors of #dcda87

#dcda87 #b4dc87 #dcb087

Monochromatic Colors of #dcda87

#dcda87

Complementary Color

#dcda87 #8789dc

#dcda87 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcda87 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcda87 Color CSS Codes

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

#dcda87 Text Font Color

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

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


#dcda87 Background Color

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

This div background color is #dcda87


#dcda87 Border Color

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

This div border color is #dcda87


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcda87


Comments

No comments written yet.

Please login to write comment.