Color Hex Logo

#daa80b Color Hex

#DAA80B
(218,168,11)
0 Favorites   0 Comments

Color spaces of #daa80b

RGB 21816811
HSL0.130.900.45
HSV46°95°85°
CMYK 0.000.230.95   0.15
XYZ42.976542.93496.3388
Yxy42.93490.46590.4654
Hunter Lab65.52472.406740.1317
CIE-Lab71.51086.565473.3668

#daa80b color RGB value is (218,168,11).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101000 00001011
Octal 332 250 13
Decimal 218 168 11
Hex DA A8 B

RGB Percentages of Color #daa80b

%54.91
%42.32
%2.77

CMYK Percentages of Color #daa80b

%0
%23
%95
%15

Triadic Colors of #daa80b

#daa80b #0bdaa8 #a80bda

Analogous Colors of #daa80b

#daa80b #a5da0b #da410b

Monochromatic Colors of #daa80b

#daa80b

Complementary Color

#daa80b #0b3dda

#daa80b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa80b Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa80b Color CSS Codes

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

#daa80b Text Font Color

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

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


#daa80b Background Color

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

This div background color is #daa80b


#daa80b Border Color

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

This div border color is #daa80b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa80b


Comments

No comments written yet.

Please login to write comment.