Color Hex Logo

#daa33a Color Hex

#DAA33A
(218,163,58)
0 Favorites   0 Comments

Color spaces of #daa33a

RGB 21816358
HSL0.110.680.54
HSV39°73°85°
CMYK 0.000.250.73   0.15
XYZ42.774441.40539.7406
Yxy41.40530.45540.4409
Hunter Lab64.34706.050136.0678
CIE-Lab70.459010.496559.6189

#daa33a color RGB value is (218,163,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100011 00111010
Octal 332 243 72
Decimal 218 163 58
Hex DA A3 3A

RGB Percentages of Color #daa33a

%49.66
%37.13
%13.21

CMYK Percentages of Color #daa33a

%0
%25
%73
%15

Triadic Colors of #daa33a

#daa33a #3adaa3 #a33ada

Analogous Colors of #daa33a

#daa33a #c1da3a #da533a

Monochromatic Colors of #daa33a

#daa33a

Complementary Color

#daa33a #3a71da

#daa33a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa33a Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa33a Color CSS Codes

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

#daa33a Text Font Color

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

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


#daa33a Background Color

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

This div background color is #daa33a


#daa33a Border Color

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

This div border color is #daa33a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,163,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 #daa33a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa33a


Comments

No comments written yet.

Please login to write comment.