Color Hex Logo

#dac79f Color Hex

#DAC79F
(218,199,159)
0 Favorites   0 Comments

Color spaces of #dac79f

RGB 218199159
HSL0.110.440.74
HSV41°27°85°
CMYK 0.000.090.27   0.15
XYZ55.594958.255541.1152
Yxy58.25550.35880.3759
Hunter Lab76.3253-3.550921.4891
CIE-Lab80.88060.564422.4769

#dac79f color RGB value is (218,199,159).

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

The process color (four color CMYK) of #dac79f color hex is 0.00, 0.09, 0.27, 0.15. Web safe color of #dac79f is #cccc99. Color #dac79f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000111 10011111
Octal 332 307 237
Decimal 218 199 159
Hex DA C7 9F

RGB Percentages of Color #dac79f

%37.85
%34.55
%27.60

CMYK Percentages of Color #dac79f

%0
%9
%27
%15

Triadic Colors of #dac79f

#dac79f #9fdac7 #c79fda

Analogous Colors of #dac79f

#dac79f #d0da9f #daaa9f

Monochromatic Colors of #dac79f

#dac79f

Complementary Color

#dac79f #9fb2da

#dac79f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac79f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac79f Color CSS Codes

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

#dac79f Text Font Color

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

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


#dac79f Background Color

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

This div background color is #dac79f


#dac79f Border Color

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

This div border color is #dac79f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,199,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 #dac79f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac79f


Comments

No comments written yet.

Please login to write comment.