Color Hex Logo

#daa980 Color Hex

#DAA980
(218,169,128)
0 Favorites   0 Comments

Color spaces of #daa980

RGB 218169128
HSL0.080.550.68
HSV27°41°85°
CMYK 0.000.220.41   0.15
XYZ46.997744.839926.6000
Yxy44.83990.39680.3786
Hunter Lab66.96268.095723.3217
CIE-Lab72.786312.681528.0529

#daa980 color RGB value is (218,169,128).

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

The process color (four color CMYK) of #daa980 color hex is 0.00, 0.22, 0.41, 0.15. Web safe color of #daa980 is #cc9999. Color #daa980 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101001 10000000
Octal 332 251 200
Decimal 218 169 128
Hex DA A9 80

RGB Percentages of Color #daa980

%42.33
%32.82
%24.85

CMYK Percentages of Color #daa980

%0
%22
%41
%15

Triadic Colors of #daa980

#daa980 #80daa9 #a980da

Analogous Colors of #daa980

#daa980 #dad680 #da8084

Monochromatic Colors of #daa980

#daa980

Complementary Color

#daa980 #80b1da

#daa980 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa980 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa980 Color CSS Codes

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

#daa980 Text Font Color

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

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


#daa980 Background Color

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

This div background color is #daa980


#daa980 Border Color

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

This div border color is #daa980


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa980


Comments

No comments written yet.

Please login to write comment.