Color Hex Logo

#daa60b Color Hex

#DAA60B
(218,166,11)
0 Favorites   0 Comments

Color spaces of #daa60b

RGB 21816611
HSL0.120.900.45
HSV45°95°85°
CMYK 0.000.240.95   0.15
XYZ42.610142.20206.2166
Yxy42.20200.46810.4636
Hunter Lab64.96313.395039.8004
CIE-Lab71.01007.630273.0047

#daa60b color RGB value is (218,166,11).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100110 00001011
Octal 332 246 13
Decimal 218 166 11
Hex DA A6 B

RGB Percentages of Color #daa60b

%55.19
%42.03
%2.78

CMYK Percentages of Color #daa60b

%0
%24
%95
%15

Triadic Colors of #daa60b

#daa60b #0bdaa6 #a60bda

Analogous Colors of #daa60b

#daa60b #a7da0b #da3f0b

Monochromatic Colors of #daa60b

#daa60b

Complementary Color

#daa60b #0b3fda

#daa60b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa60b Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa60b Color CSS Codes

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

#daa60b Text Font Color

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

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


#daa60b Background Color

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

This div background color is #daa60b


#daa60b Border Color

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

This div border color is #daa60b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa60b


Comments

No comments written yet.

Please login to write comment.