Color Hex Logo

#daa60e Color Hex

#DAA60E
(218,166,14)
0 Favorites   0 Comments

Color spaces of #daa60e

RGB 21816614
HSL0.120.880.45
HSV45°94°85°
CMYK 0.000.240.94   0.15
XYZ42.628942.20966.3159
Yxy42.20960.46770.4631
Hunter Lab64.96893.425939.7144
CIE-Lab71.01527.664072.6059

#daa60e color RGB value is (218,166,14).

#daa60e hex color red value is 218, green value is 166 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #daa60e hue: 0.12 , saturation: 0.88 and the lightness value of daa60e is 0.45.

The process color (four color CMYK) of #daa60e color hex is 0.00, 0.24, 0.94, 0.15. Web safe color of #daa60e is #cc9900. Color #daa60e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100110 00001110
Octal 332 246 16
Decimal 218 166 14
Hex DA A6 E

RGB Percentages of Color #daa60e

%54.77
%41.71
%3.52

CMYK Percentages of Color #daa60e

%0
%24
%94
%15

Triadic Colors of #daa60e

#daa60e #0edaa6 #a60eda

Analogous Colors of #daa60e

#daa60e #a8da0e #da400e

Monochromatic Colors of #daa60e

#daa60e

Complementary Color

#daa60e #0e42da

#daa60e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa60e Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa60e Color CSS Codes

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

#daa60e Text Font Color

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

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


#daa60e Background Color

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

This div background color is #daa60e


#daa60e Border Color

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

This div border color is #daa60e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa60e


Comments

No comments written yet.

Please login to write comment.