Color Hex Logo

#dca087 Color Hex

#DCA087
(220,160,135)
0 Favorites   0 Comments

Color spaces of #dca087

RGB 220160135
HSL0.050.550.70
HSV18°39°86°
CMYK 0.000.270.39   0.14
XYZ46.459242.106528.6004
Yxy42.10650.39650.3594
Hunter Lab64.889514.244719.2903
CIE-Lab70.944319.105521.8182

#dca087 color RGB value is (220,160,135).

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

The process color (four color CMYK) of #dca087 color hex is 0.00, 0.27, 0.39, 0.14. Web safe color of #dca087 is #cc9999. Color #dca087 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10100000 10000111
Octal 334 240 207
Decimal 220 160 135
Hex DC A0 87

RGB Percentages of Color #dca087

%42.72
%31.07
%26.21

CMYK Percentages of Color #dca087

%0
%27
%39
%14

Triadic Colors of #dca087

#dca087 #87dca0 #a087dc

Analogous Colors of #dca087

#dca087 #dccb87 #dc8799

Monochromatic Colors of #dca087

#dca087

Complementary Color

#dca087 #87c3dc

#dca087 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca087 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca087 Color CSS Codes

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

#dca087 Text Font Color

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

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


#dca087 Background Color

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

This div background color is #dca087


#dca087 Border Color

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

This div border color is #dca087


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca087


Comments

No comments written yet.

Please login to write comment.