Color Hex Logo

#daa22a Color Hex

#DAA22A
(218,162,42)
0 Favorites   0 Comments

Color spaces of #daa22a

RGB 21816242
HSL0.110.700.51
HSV41°81°85°
CMYK 0.000.260.81   0.15
XYZ42.251740.91337.8606
Yxy40.91330.46420.4495
Hunter Lab63.96355.973737.4882
CIE-Lab70.115110.411365.1967

#daa22a color RGB value is (218,162,42).

#daa22a hex color red value is 218, green value is 162 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #daa22a hue: 0.11 , saturation: 0.70 and the lightness value of daa22a is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100010 00101010
Octal 332 242 52
Decimal 218 162 42
Hex DA A2 2A

RGB Percentages of Color #daa22a

%51.66
%38.39
%9.95

CMYK Percentages of Color #daa22a

%0
%26
%81
%15

Triadic Colors of #daa22a

#daa22a #2adaa2 #a22ada

Analogous Colors of #daa22a

#daa22a #bada2a #da4a2a

Monochromatic Colors of #daa22a

#daa22a

Complementary Color

#daa22a #2a62da

#daa22a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa22a Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa22a Color CSS Codes

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

#daa22a Text Font Color

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

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


#daa22a Background Color

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

This div background color is #daa22a


#daa22a Border Color

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

This div border color is #daa22a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa22a


Comments

No comments written yet.

Please login to write comment.