Color Hex Logo

#daa497 Color Hex

#DAA497
(218,164,151)
0 Favorites   0 Comments

Color spaces of #daa497

RGB 218164151
HSL0.030.480.72
HSV12°31°85°
CMYK 0.000.250.31   0.15
XYZ47.774843.690735.1933
Yxy43.69070.37720.3449
Hunter Lab66.098913.342614.7013
CIE-Lab72.021318.146514.5053

#daa497 color RGB value is (218,164,151).

#daa497 hex color red value is 218, green value is 164 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #daa497 hue: 0.03 , saturation: 0.48 and the lightness value of daa497 is 0.72.

The process color (four color CMYK) of #daa497 color hex is 0.00, 0.25, 0.31, 0.15. Web safe color of #daa497 is #cc9999. Color #daa497 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100100 10010111
Octal 332 244 227
Decimal 218 164 151
Hex DA A4 97

RGB Percentages of Color #daa497

%40.90
%30.77
%28.33

CMYK Percentages of Color #daa497

%0
%25
%31
%15

Triadic Colors of #daa497

#daa497 #97daa4 #a497da

Analogous Colors of #daa497

#daa497 #dac697 #da97ac

Monochromatic Colors of #daa497

#daa497

Complementary Color

#daa497 #97cdda

#daa497 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa497 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa497 Color CSS Codes

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

#daa497 Text Font Color

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

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


#daa497 Background Color

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

This div background color is #daa497


#daa497 Border Color

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

This div border color is #daa497


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa497


Comments

No comments written yet.

Please login to write comment.