Color Hex Logo

#daa11a Color Hex

#DAA11A
(218,161,26)
0 Favorites   0 Comments

Color spaces of #daa11a

RGB 21816126
HSL0.120.790.48
HSV42°88°85°
CMYK 0.000.260.88   0.15
XYZ41.844840.46976.5833
Yxy40.46970.47070.4552
Hunter Lab63.61586.085038.3954
CIE-Lab69.802810.528869.4379

#daa11a color RGB value is (218,161,26).

#daa11a hex color red value is 218, green value is 161 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #daa11a hue: 0.12 , saturation: 0.79 and the lightness value of daa11a is 0.48.

The process color (four color CMYK) of #daa11a color hex is 0.00, 0.26, 0.88, 0.15. Web safe color of #daa11a is #cc9933. Color #daa11a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100001 00011010
Octal 332 241 32
Decimal 218 161 26
Hex DA A1 1A

RGB Percentages of Color #daa11a

%53.83
%39.75
%6.42

CMYK Percentages of Color #daa11a

%0
%26
%88
%15

Triadic Colors of #daa11a

#daa11a #1adaa1 #a11ada

Analogous Colors of #daa11a

#daa11a #b3da1a #da411a

Monochromatic Colors of #daa11a

#daa11a

Complementary Color

#daa11a #1a53da

#daa11a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa11a Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa11a Color CSS Codes

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

#daa11a Text Font Color

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

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


#daa11a Background Color

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

This div background color is #daa11a


#daa11a Border Color

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

This div border color is #daa11a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa11a


Comments

No comments written yet.

Please login to write comment.