Color Hex Logo

#daa97f Color Hex

#DAA97F
(218,169,127)
0 Favorites   0 Comments

Color spaces of #daa97f

RGB 218169127
HSL0.080.550.68
HSV28°42°85°
CMYK 0.000.220.42   0.15
XYZ46.932244.813726.2550
Yxy44.81370.39770.3798
Hunter Lab66.94307.991923.6066
CIE-Lab72.769112.572328.5660

#daa97f color RGB value is (218,169,127).

#daa97f hex color red value is 218, green value is 169 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #daa97f hue: 0.08 , saturation: 0.55 and the lightness value of daa97f is 0.68.

The process color (four color CMYK) of #daa97f color hex is 0.00, 0.22, 0.42, 0.15. Web safe color of #daa97f is #cc9966. Color #daa97f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101001 01111111
Octal 332 251 177
Decimal 218 169 127
Hex DA A9 7F

RGB Percentages of Color #daa97f

%42.41
%32.88
%24.71

CMYK Percentages of Color #daa97f

%0
%22
%42
%15

Triadic Colors of #daa97f

#daa97f #7fdaa9 #a97fda

Analogous Colors of #daa97f

#daa97f #dad77f #da7f83

Monochromatic Colors of #daa97f

#daa97f

Complementary Color

#daa97f #7fb0da

#daa97f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa97f Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa97f Color CSS Codes

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

#daa97f Text Font Color

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

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


#daa97f Background Color

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

This div background color is #daa97f


#daa97f Border Color

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

This div border color is #daa97f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa97f


Comments

No comments written yet.

Please login to write comment.