Color Hex Logo

#daa03e Color Hex

#DAA03E
(218,160,62)
0 Favorites   0 Comments

Color spaces of #daa03e

RGB 21816062
HSL0.100.680.55
HSV38°72°85°
CMYK 0.000.270.72   0.15
XYZ42.353740.394810.1221
Yxy40.39480.45610.4350
Hunter Lab63.55697.726135.0473
CIE-Lab69.749812.292957.2434

#daa03e color RGB value is (218,160,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100000 00111110
Octal 332 240 76
Decimal 218 160 62
Hex DA A0 3E

RGB Percentages of Color #daa03e

%49.55
%36.36
%14.09

CMYK Percentages of Color #daa03e

%0
%27
%72
%15

Triadic Colors of #daa03e

#daa03e #3edaa0 #a03eda

Analogous Colors of #daa03e

#daa03e #c6da3e #da523e

Monochromatic Colors of #daa03e

#daa03e

Complementary Color

#daa03e #3e78da

#daa03e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa03e Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa03e Color CSS Codes

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

#daa03e Text Font Color

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

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


#daa03e Background Color

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

This div background color is #daa03e


#daa03e Border Color

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

This div border color is #daa03e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa03e


Comments

No comments written yet.

Please login to write comment.