Color Hex Logo

#daa79a Color Hex

#DAA79A
(218,167,154)
0 Favorites   0 Comments

Color spaces of #daa79a

RGB 218167154
HSL0.030.460.73
HSV12°29°85°
CMYK 0.000.230.29   0.15
XYZ48.564944.876036.6741
Yxy44.87600.37320.3449
Hunter Lab66.989612.174114.4338
CIE-Lab72.810216.925713.9667

#daa79a color RGB value is (218,167,154).

#daa79a hex color red value is 218, green value is 167 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #daa79a hue: 0.03 , saturation: 0.46 and the lightness value of daa79a is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100111 10011010
Octal 332 247 232
Decimal 218 167 154
Hex DA A7 9A

RGB Percentages of Color #daa79a

%40.45
%30.98
%28.57

CMYK Percentages of Color #daa79a

%0
%23
%29
%15

Triadic Colors of #daa79a

#daa79a #9adaa7 #a79ada

Analogous Colors of #daa79a

#daa79a #dac79a #da9aad

Monochromatic Colors of #daa79a

#daa79a

Complementary Color

#daa79a #9acdda

#daa79a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa79a Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa79a Color CSS Codes

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

#daa79a Text Font Color

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

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


#daa79a Background Color

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

This div background color is #daa79a


#daa79a Border Color

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

This div border color is #daa79a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa79a


Comments

No comments written yet.

Please login to write comment.