Color Hex Logo

#dac99c Color Hex

#DAC99C
(218,201,156)
0 Favorites   0 Comments

Color spaces of #dac99c

RGB 218201156
HSL0.120.460.73
HSV44°28°85°
CMYK 0.000.080.28   0.15
XYZ55.800859.079039.9149
Yxy59.07900.36050.3817
Hunter Lab76.8629-4.922823.0147
CIE-Lab81.3350-0.878524.6810

#dac99c color RGB value is (218,201,156).

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

The process color (four color CMYK) of #dac99c color hex is 0.00, 0.08, 0.28, 0.15. Web safe color of #dac99c is #cccc99. Color #dac99c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11001001 10011100
Octal 332 311 234
Decimal 218 201 156
Hex DA C9 9C

RGB Percentages of Color #dac99c

%37.91
%34.96
%27.13

CMYK Percentages of Color #dac99c

%0
%8
%28
%15

Triadic Colors of #dac99c

#dac99c #9cdac9 #c99cda

Analogous Colors of #dac99c

#dac99c #ccda9c #daaa9c

Monochromatic Colors of #dac99c

#dac99c

Complementary Color

#dac99c #9cadda

#dac99c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac99c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac99c Color CSS Codes

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

#dac99c Text Font Color

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

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


#dac99c Background Color

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

This div background color is #dac99c


#dac99c Border Color

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

This div border color is #dac99c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac99c


Comments

No comments written yet.

Please login to write comment.