Color Hex Logo

#daa164 Color Hex

#DAA164
(218,161,100)
0 Favorites   0 Comments

Color spaces of #daa164

RGB 218161100
HSL0.090.610.62
HSV31°54°85°
CMYK 0.000.260.54   0.15
XYZ43.958641.315317.7144
Yxy41.31530.42680.4012
Hunter Lab64.27709.590328.6539
CIE-Lab70.396314.270539.7768

#daa164 color RGB value is (218,161,100).

#daa164 hex color red value is 218, green value is 161 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #daa164 hue: 0.09 , saturation: 0.61 and the lightness value of daa164 is 0.62.

The process color (four color CMYK) of #daa164 color hex is 0.00, 0.26, 0.54, 0.15. Web safe color of #daa164 is #cc9966. Color #daa164 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100001 01100100
Octal 332 241 144
Decimal 218 161 100
Hex DA A1 64

RGB Percentages of Color #daa164

%45.51
%33.61
%20.88

CMYK Percentages of Color #daa164

%0
%26
%54
%15

Triadic Colors of #daa164

#daa164 #64daa1 #a164da

Analogous Colors of #daa164

#daa164 #d8da64 #da6664

Monochromatic Colors of #daa164

#daa164

Complementary Color

#daa164 #649dda

#daa164 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa164 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa164 Color CSS Codes

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

#daa164 Text Font Color

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

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


#daa164 Background Color

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

This div background color is #daa164


#daa164 Border Color

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

This div border color is #daa164


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa164


Comments

No comments written yet.

Please login to write comment.