Color Hex Logo

#daa776 Color Hex

#DAA776
(218,167,118)
0 Favorites   0 Comments

Color spaces of #daa776

RGB 218167118
HSL0.080.570.66
HSV29°46°85°
CMYK 0.000.230.46   0.15
XYZ46.002243.850923.1790
Yxy43.85090.40700.3880
Hunter Lab66.22008.116725.6007
CIE-Lab72.128712.704532.5267

#daa776 color RGB value is (218,167,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100111 01110110
Octal 332 247 166
Decimal 218 167 118
Hex DA A7 76

RGB Percentages of Color #daa776

%43.34
%33.20
%23.46

CMYK Percentages of Color #daa776

%0
%23
%46
%15

Triadic Colors of #daa776

#daa776 #76daa7 #a776da

Analogous Colors of #daa776

#daa776 #dad976 #da7677

Monochromatic Colors of #daa776

#daa776

Complementary Color

#daa776 #76a9da

#daa776 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa776 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa776 Color CSS Codes

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

#daa776 Text Font Color

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

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


#daa776 Background Color

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

This div background color is #daa776


#daa776 Border Color

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

This div border color is #daa776


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,167,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 #daa776">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa776


Comments

No comments written yet.

Please login to write comment.