Color Hex Logo

#daa20a Color Hex

#DAA20A
(218,162,10)
0 Favorites   0 Comments

Color spaces of #daa20a

RGB 21816210
HSL0.120.910.45
HSV44°95°85°
CMYK 0.000.260.95   0.15
XYZ41.888640.76805.9484
Yxy40.76800.47280.4601
Hunter Lab63.84985.367539.1713
CIE-Lab70.01319.755072.4098

#daa20a color RGB value is (218,162,10).

#daa20a hex color red value is 218, green value is 162 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #daa20a hue: 0.12 , saturation: 0.91 and the lightness value of daa20a is 0.45.

The process color (four color CMYK) of #daa20a color hex is 0.00, 0.26, 0.95, 0.15. Web safe color of #daa20a is #cc9900. Color #daa20a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100010 00001010
Octal 332 242 12
Decimal 218 162 10
Hex DA A2 A

RGB Percentages of Color #daa20a

%55.90
%41.54
%2.56

CMYK Percentages of Color #daa20a

%0
%26
%95
%15

Triadic Colors of #daa20a

#daa20a #0adaa2 #a20ada

Analogous Colors of #daa20a

#daa20a #aada0a #da3a0a

Monochromatic Colors of #daa20a

#daa20a

Complementary Color

#daa20a #0a42da

#daa20a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa20a Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa20a Color CSS Codes

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

#daa20a Text Font Color

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

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


#daa20a Background Color

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

This div background color is #daa20a


#daa20a Border Color

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

This div border color is #daa20a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa20a


Comments

No comments written yet.

Please login to write comment.