Color Hex Logo

#dca589 Color Hex

#DCA589
(220,165,137)
0 Favorites   0 Comments

Color spaces of #dca589

RGB 220165137
HSL0.060.540.70
HSV20°38°86°
CMYK 0.000.250.38   0.14
XYZ47.485743.932129.6439
Yxy43.93210.39220.3629
Hunter Lab66.281311.889919.8798
CIE-Lab72.183116.645522.4149

#dca589 color RGB value is (220,165,137).

#dca589 hex color red value is 220, green value is 165 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #dca589 hue: 0.06 , saturation: 0.54 and the lightness value of dca589 is 0.70.

The process color (four color CMYK) of #dca589 color hex is 0.00, 0.25, 0.38, 0.14. Web safe color of #dca589 is #cc9999. Color #dca589 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10100101 10001001
Octal 334 245 211
Decimal 220 165 137
Hex DC A5 89

RGB Percentages of Color #dca589

%42.15
%31.61
%26.25

CMYK Percentages of Color #dca589

%0
%25
%38
%14

Triadic Colors of #dca589

#dca589 #89dca5 #a589dc

Analogous Colors of #dca589

#dca589 #dccf89 #dc8997

Monochromatic Colors of #dca589

#dca589

Complementary Color

#dca589 #89c0dc

#dca589 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca589 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca589 Color CSS Codes

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

#dca589 Text Font Color

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

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


#dca589 Background Color

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

This div background color is #dca589


#dca589 Border Color

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

This div border color is #dca589


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,165,137, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #dca589">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca589


Comments

No comments written yet.

Please login to write comment.