Color Hex Logo

#daa976 Color Hex

#DAA976
(218,169,118)
0 Favorites   0 Comments

Color spaces of #daa976

RGB 218169118
HSL0.090.570.66
HSV31°46°85°
CMYK 0.000.220.46   0.15
XYZ46.371444.589423.3021
Yxy44.58940.40580.3902
Hunter Lab66.77537.100726.0527
CIE-Lab72.620711.631333.1639

#daa976 color RGB value is (218,169,118).

#daa976 hex color red value is 218, green value is 169 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #daa976 hue: 0.09 , saturation: 0.57 and the lightness value of daa976 is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101001 01110110
Octal 332 251 166
Decimal 218 169 118
Hex DA A9 76

RGB Percentages of Color #daa976

%43.17
%33.47
%23.37

CMYK Percentages of Color #daa976

%0
%22
%46
%15

Triadic Colors of #daa976

#daa976 #76daa9 #a976da

Analogous Colors of #daa976

#daa976 #d9da76 #da7776

Monochromatic Colors of #daa976

#daa976

Complementary Color

#daa976 #76a7da

#daa976 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa976 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa976 Color CSS Codes

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

#daa976 Text Font Color

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

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


#daa976 Background Color

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

This div background color is #daa976


#daa976 Border Color

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

This div border color is #daa976


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa976


Comments

No comments written yet.

Please login to write comment.