Color Hex Logo

#dca58a Color Hex

#DCA58A
(220,165,138)
0 Favorites   0 Comments

Color spaces of #dca58a

RGB 220165138
HSL0.050.540.70
HSV20°37°86°
CMYK 0.000.250.37   0.14
XYZ47.557843.960930.0235
Yxy43.96090.39130.3617
Hunter Lab66.303012.004119.5643
CIE-Lab72.202416.763221.8972

#dca58a color RGB value is (220,165,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10100101 10001010
Octal 334 245 212
Decimal 220 165 138
Hex DC A5 8A

RGB Percentages of Color #dca58a

%42.07
%31.55
%26.39

CMYK Percentages of Color #dca58a

%0
%25
%37
%14

Triadic Colors of #dca58a

#dca58a #8adca5 #a58adc

Analogous Colors of #dca58a

#dca58a #dcce8a #dc8a98

Monochromatic Colors of #dca58a

#dca58a

Complementary Color

#dca58a #8ac1dc

#dca58a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca58a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca58a Color CSS Codes

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

#dca58a Text Font Color

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

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


#dca58a Background Color

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

This div background color is #dca58a


#dca58a Border Color

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

This div border color is #dca58a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca58a


Comments

No comments written yet.

Please login to write comment.