Color Hex Logo

#daa79f Color Hex

#DAA79F
(218,167,159)
0 Favorites   0 Comments

Color spaces of #daa79f

RGB 218167159
HSL0.020.440.74
HSV27°85°
CMYK 0.000.230.27   0.15
XYZ48.990245.046138.9136
Yxy45.04610.36850.3388
Hunter Lab67.116412.838612.6056
CIE-Lab72.922217.606111.3833

#daa79f color RGB value is (218,167,159).

#daa79f hex color red value is 218, green value is 167 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #daa79f hue: 0.02 , saturation: 0.44 and the lightness value of daa79f is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100111 10011111
Octal 332 247 237
Decimal 218 167 159
Hex DA A7 9F

RGB Percentages of Color #daa79f

%40.07
%30.70
%29.23

CMYK Percentages of Color #daa79f

%0
%23
%27
%15

Triadic Colors of #daa79f

#daa79f #9fdaa7 #a79fda

Analogous Colors of #daa79f

#daa79f #dac59f #da9fb5

Monochromatic Colors of #daa79f

#daa79f

Complementary Color

#daa79f #9fd2da

#daa79f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa79f Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa79f Color CSS Codes

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

#daa79f Text Font Color

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

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


#daa79f Background Color

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

This div background color is #daa79f


#daa79f Border Color

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

This div border color is #daa79f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa79f


Comments

No comments written yet.

Please login to write comment.