Color Hex Logo

#daa951 Color Hex

#DAA951
(218,169,81)
0 Favorites   0 Comments

Color spaces of #daa951

RGB 21816981
HSL0.110.650.59
HSV39°63°85°
CMYK 0.000.220.63   0.15
XYZ44.586643.875413.9034
Yxy43.87540.43560.4286
Hunter Lab66.23854.234933.9220
CIE-Lab72.14518.564951.2618

#daa951 color RGB value is (218,169,81).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101001 01010001
Octal 332 251 121
Decimal 218 169 81
Hex DA A9 51

RGB Percentages of Color #daa951

%46.58
%36.11
%17.31

CMYK Percentages of Color #daa951

%0
%22
%63
%15

Triadic Colors of #daa951

#daa951 #51daa9 #a951da

Analogous Colors of #daa951

#daa951 #c7da51 #da6551

Monochromatic Colors of #daa951

#daa951

Complementary Color

#daa951 #5182da

#daa951 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa951 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa951 Color CSS Codes

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

#daa951 Text Font Color

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

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


#daa951 Background Color

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

This div background color is #daa951


#daa951 Border Color

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

This div border color is #daa951


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa951


Comments

No comments written yet.

Please login to write comment.