Color Hex Logo

#daa796 Color Hex

#DAA796
(218,167,150)
0 Favorites   0 Comments

Color spaces of #daa796

RGB 218167150
HSL0.040.480.72
HSV15°31°85°
CMYK 0.000.230.31   0.15
XYZ48.237244.744934.9484
Yxy44.74490.37710.3498
Hunter Lab66.891611.660415.8473
CIE-Lab72.723616.397716.0353

#daa796 color RGB value is (218,167,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100111 10010110
Octal 332 247 226
Decimal 218 167 150
Hex DA A7 96

RGB Percentages of Color #daa796

%40.75
%31.21
%28.04

CMYK Percentages of Color #daa796

%0
%23
%31
%15

Triadic Colors of #daa796

#daa796 #96daa7 #a796da

Analogous Colors of #daa796

#daa796 #dac996 #da96a7

Monochromatic Colors of #daa796

#daa796

Complementary Color

#daa796 #96c9da

#daa796 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa796 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa796 Color CSS Codes

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

#daa796 Text Font Color

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

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


#daa796 Background Color

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

This div background color is #daa796


#daa796 Border Color

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

This div border color is #daa796


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa796


Comments

No comments written yet.

Please login to write comment.