Color Hex Logo

#daa76f Color Hex

#DAA76F
(218,167,111)
0 Favorites   0 Comments

Color spaces of #daa76f

RGB 218167111
HSL0.090.590.65
HSV31°49°85°
CMYK 0.000.230.49   0.15
XYZ45.601443.690621.0686
Yxy43.69060.41320.3959
Hunter Lab66.09897.473627.3709
CIE-Lab72.021212.024536.0815

#daa76f color RGB value is (218,167,111).

#daa76f hex color red value is 218, green value is 167 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #daa76f hue: 0.09 , saturation: 0.59 and the lightness value of daa76f is 0.65.

The process color (four color CMYK) of #daa76f color hex is 0.00, 0.23, 0.49, 0.15. Web safe color of #daa76f is #cc9966. Color #daa76f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100111 01101111
Octal 332 247 157
Decimal 218 167 111
Hex DA A7 6F

RGB Percentages of Color #daa76f

%43.95
%33.67
%22.38

CMYK Percentages of Color #daa76f

%0
%23
%49
%15

Triadic Colors of #daa76f

#daa76f #6fdaa7 #a76fda

Analogous Colors of #daa76f

#daa76f #d8da6f #da726f

Monochromatic Colors of #daa76f

#daa76f

Complementary Color

#daa76f #6fa2da

#daa76f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa76f Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa76f Color CSS Codes

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

#daa76f Text Font Color

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

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


#daa76f Background Color

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

This div background color is #daa76f


#daa76f Border Color

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

This div border color is #daa76f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa76f


Comments

No comments written yet.

Please login to write comment.