Color Hex Logo

#daa03b Color Hex

#DAA03B
(218,160,59)
0 Favorites   0 Comments

Color spaces of #daa03b

RGB 21816059
HSL0.110.680.54
HSV38°73°85°
CMYK 0.000.270.73   0.15
XYZ42.273740.36289.7004
Yxy40.36280.45780.4371
Hunter Lab63.53177.592535.4195
CIE-Lab69.727212.149958.4804

#daa03b color RGB value is (218,160,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100000 00111011
Octal 332 240 73
Decimal 218 160 59
Hex DA A0 3B

RGB Percentages of Color #daa03b

%49.89
%36.61
%13.50

CMYK Percentages of Color #daa03b

%0
%27
%73
%15

Triadic Colors of #daa03b

#daa03b #3bdaa0 #a03bda

Analogous Colors of #daa03b

#daa03b #c5da3b #da513b

Monochromatic Colors of #daa03b

#daa03b

Complementary Color

#daa03b #3b75da

#daa03b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa03b Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa03b Color CSS Codes

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

#daa03b Text Font Color

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

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


#daa03b Background Color

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

This div background color is #daa03b


#daa03b Border Color

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

This div border color is #daa03b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa03b


Comments

No comments written yet.

Please login to write comment.