Color Hex Logo

#daa13a Color Hex

#DAA13A
(218,161,58)
0 Favorites   0 Comments

Color spaces of #daa13a

RGB 21816158
HSL0.110.680.54
HSV39°73°85°
CMYK 0.000.260.73   0.15
XYZ42.422040.70079.6231
Yxy40.70070.45740.4388
Hunter Lab63.79717.049035.7147
CIE-Lab69.965711.567459.1296

#daa13a color RGB value is (218,161,58).

#daa13a hex color red value is 218, green value is 161 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #daa13a hue: 0.11 , saturation: 0.68 and the lightness value of daa13a is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100001 00111010
Octal 332 241 72
Decimal 218 161 58
Hex DA A1 3A

RGB Percentages of Color #daa13a

%49.89
%36.84
%13.27

CMYK Percentages of Color #daa13a

%0
%26
%73
%15

Triadic Colors of #daa13a

#daa13a #3adaa1 #a13ada

Analogous Colors of #daa13a

#daa13a #c3da3a #da513a

Monochromatic Colors of #daa13a

#daa13a

Complementary Color

#daa13a #3a73da

#daa13a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa13a Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa13a Color CSS Codes

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

#daa13a Text Font Color

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

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


#daa13a Background Color

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

This div background color is #daa13a


#daa13a Border Color

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

This div border color is #daa13a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa13a


Comments

No comments written yet.

Please login to write comment.