Color Hex Logo

#daa64a Color Hex

#DAA64A
(218,166,74)
0 Favorites   0 Comments

Color spaces of #daa64a

RGB 21816674
HSL0.110.660.57
HSV38°66°85°
CMYK 0.000.240.66   0.15
XYZ43.785742.672312.4074
Yxy42.67230.44290.4316
Hunter Lab65.32405.328734.4655
CIE-Lab71.33209.729653.6099

#daa64a color RGB value is (218,166,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100110 01001010
Octal 332 246 112
Decimal 218 166 74
Hex DA A6 4A

RGB Percentages of Color #daa64a

%47.60
%36.24
%16.16

CMYK Percentages of Color #daa64a

%0
%24
%66
%15

Triadic Colors of #daa64a

#daa64a #4adaa6 #a64ada

Analogous Colors of #daa64a

#daa64a #c6da4a #da5e4a

Monochromatic Colors of #daa64a

#daa64a

Complementary Color

#daa64a #4a7eda

#daa64a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa64a Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa64a Color CSS Codes

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

#daa64a Text Font Color

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

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


#daa64a Background Color

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

This div background color is #daa64a


#daa64a Border Color

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

This div border color is #daa64a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa64a


Comments

No comments written yet.

Please login to write comment.