Color Hex Logo

#daa59f Color Hex

#DAA59F
(218,165,159)
0 Favorites   0 Comments

Color spaces of #daa59f

RGB 218165159
HSL0.020.440.74
HSV27°85°
CMYK 0.000.240.27   0.15
XYZ48.626644.318938.7924
Yxy44.31890.36910.3364
Hunter Lab66.572413.880212.0519
CIE-Lab72.441118.685510.7013

#daa59f color RGB value is (218,165,159).

#daa59f hex color red value is 218, green value is 165 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #daa59f hue: 0.02 , saturation: 0.44 and the lightness value of daa59f is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100101 10011111
Octal 332 245 237
Decimal 218 165 159
Hex DA A5 9F

RGB Percentages of Color #daa59f

%40.22
%30.44
%29.34

CMYK Percentages of Color #daa59f

%0
%24
%27
%15

Triadic Colors of #daa59f

#daa59f #9fdaa5 #a59fda

Analogous Colors of #daa59f

#daa59f #dac39f #da9fb7

Monochromatic Colors of #daa59f

#daa59f

Complementary Color

#daa59f #9fd4da

#daa59f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa59f Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa59f Color CSS Codes

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

#daa59f Text Font Color

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

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


#daa59f Background Color

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

This div background color is #daa59f


#daa59f Border Color

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

This div border color is #daa59f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa59f


Comments

No comments written yet.

Please login to write comment.