Color Hex Logo

#daac0b Color Hex

#DAAC0B
(218,172,11)
0 Favorites   0 Comments

Color spaces of #daac0b

RGB 21817211
HSL0.130.900.45
HSV47°95°85°
CMYK 0.000.210.95   0.15
XYZ43.726444.43466.5887
Yxy44.43460.46150.4690
Hunter Lab66.65930.436740.8012
CIE-Lab72.51804.443074.0980

#daac0b color RGB value is (218,172,11).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101100 00001011
Octal 332 254 13
Decimal 218 172 11
Hex DA AC B

RGB Percentages of Color #daac0b

%54.36
%42.89
%2.74

CMYK Percentages of Color #daac0b

%0
%21
%95
%15

Triadic Colors of #daac0b

#daac0b #0bdaac #ac0bda

Analogous Colors of #daac0b

#daac0b #a1da0b #da440b

Monochromatic Colors of #daac0b

#daac0b

Complementary Color

#daac0b #0b39da

#daac0b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daac0b Color Preview on White Background

Lorem ipsum dolor sit amet.

#daac0b Color CSS Codes

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

#daac0b Text Font Color

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

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


#daac0b Background Color

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

This div background color is #daac0b


#daac0b Border Color

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

This div border color is #daac0b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daac0b


Comments

No comments written yet.

Please login to write comment.