Color Hex Logo

#daa64b Color Hex

#DAA64B
(218,166,75)
0 Favorites   0 Comments

Color spaces of #daa64b

RGB 21816675
HSL0.110.660.57
HSV38°66°85°
CMYK 0.000.240.66   0.15
XYZ43.819742.685912.5863
Yxy42.68590.44220.4308
Hunter Lab65.33445.384434.3122
CIE-Lab71.34139.789653.1621

#daa64b color RGB value is (218,166,75).

#daa64b hex color red value is 218, green value is 166 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #daa64b hue: 0.11 , saturation: 0.66 and the lightness value of daa64b is 0.57.

The process color (four color CMYK) of #daa64b color hex is 0.00, 0.24, 0.66, 0.15. Web safe color of #daa64b is #cc9933. Color #daa64b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100110 01001011
Octal 332 246 113
Decimal 218 166 75
Hex DA A6 4B

RGB Percentages of Color #daa64b

%47.49
%36.17
%16.34

CMYK Percentages of Color #daa64b

%0
%24
%66
%15

Triadic Colors of #daa64b

#daa64b #4bdaa6 #a64bda

Analogous Colors of #daa64b

#daa64b #c7da4b #da5f4b

Monochromatic Colors of #daa64b

#daa64b

Complementary Color

#daa64b #4b7fda

#daa64b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa64b Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa64b Color CSS Codes

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

#daa64b Text Font Color

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

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


#daa64b Background Color

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

This div background color is #daa64b


#daa64b Border Color

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

This div border color is #daa64b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa64b


Comments

No comments written yet.

Please login to write comment.