Color Hex Logo

#daa58f Color Hex

#DAA58F
(218,165,143)
0 Favorites   0 Comments

Color spaces of #daa58f

RGB 218165143
HSL0.050.500.71
HSV18°34°85°
CMYK 0.000.240.34   0.15
XYZ47.326543.798931.9462
Yxy43.79890.38450.3559
Hunter Lab66.180711.830817.7066
CIE-Lab72.093916.586218.9886

#daa58f color RGB value is (218,165,143).

#daa58f hex color red value is 218, green value is 165 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #daa58f hue: 0.05 , saturation: 0.50 and the lightness value of daa58f is 0.71.

The process color (four color CMYK) of #daa58f color hex is 0.00, 0.24, 0.34, 0.15. Web safe color of #daa58f is #cc9999. Color #daa58f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100101 10001111
Octal 332 245 217
Decimal 218 165 143
Hex DA A5 8F

RGB Percentages of Color #daa58f

%41.44
%31.37
%27.19

CMYK Percentages of Color #daa58f

%0
%24
%34
%15

Triadic Colors of #daa58f

#daa58f #8fdaa5 #a58fda

Analogous Colors of #daa58f

#daa58f #dacb8f #da8f9f

Monochromatic Colors of #daa58f

#daa58f

Complementary Color

#daa58f #8fc4da

#daa58f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa58f Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa58f Color CSS Codes

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

#daa58f Text Font Color

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

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


#daa58f Background Color

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

This div background color is #daa58f


#daa58f Border Color

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

This div border color is #daa58f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa58f


Comments

No comments written yet.

Please login to write comment.