COLOR #DAC0A0

HEX: #DAC0A0
RGB: (218,192,160)

Color info

#DAC0A0 contains red, green and blue colors in about the same proportion. Web safe color of #DAC0A0 is #CCCC99 (or #CC9).

RGB color model

#DAC0A0 color RGB value is (218,192,160).

  • red value is 218;
  • green value is 192;
  • blue value is 160.
RGB:
(218,192,160)
(85%,75%,63%)

RGB channels and saturation

R 218 of 255 = 85%
G 192 of 255 = 75%
B 160 of 255 = 63%

218
192
160

R + G + B ~ 74%. #DAC0A0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 192 + 160 = 570 (100%)
R 218 of 570 ~ 38.25%
G 192 of 570 ~ 33.68%
B 160 of 570 ~ 28.07%

%38.25
%33.68
%28.07

CMYK color model

#DAC0A0 color CMYK value is (0,12,27,15).

  • cyan value is 0.00%
  • magenta value is 11.93%
  • yellow value is 26.61%
  • key color value is 14.51%
CMYK:
(0,12,27,15)
C0M12Y27K15 
(0%,12%,27%,15%)
(0.00/0.12/0.27/0.15)	

CMYK percentages

%0
%11.93
%26.61
%14.51

Codes

Color #DAC0A0 in popluar color models

DAC0A0
RGB218192160
HSL33°43.94%74.12%
HSB/HSV33°26.61%85.49%
CMYK0.00%11.93%26.61%
14.51%

Color #DAC0A0 in popluar number systems.

HEXDAC0A0
Decimal218192160
Binary110110101100000010100000
Octal332300240

Shades and tints

Shades of #DAC0A0

#DAC0A0
(218,192,160)
#C7AF92
(199,175,146)
#B49E84
(180,158,132)
#A18D76
(161,141,118)
#8E7C68
(142,124,104)
#7B6B5A
(123,107,90)
#685A4C
(104,90,76)
#55493E
(85,73,62)
#423830
(66,56,48)
#2F2722
(47,39,34)
#1C1614
(28,22,20)
#000000
(0,0,0)

Tints of #DAC0A0

#DAC0A0
(218,192,160)
#DDC5A8
(221,197,168)
#E0CAB0
(224,202,176)
#E3CFB8
(227,207,184)
#E6D4C0
(230,212,192)
#E9D9C8
(233,217,200)
#ECDED0
(236,222,208)
#EFE3D8
(239,227,216)
#F2E8E0
(242,232,224)
#F5EDE8
(245,237,232)
#F8F2F0
(248,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAC0A0 color. Also use rgb(218,192,160) instead hex code.

Text Font Color

.myTextColor { color: #DAC0A0; }

<p style="color:#DAC0A0">This sample text font color is #DAC0A0.</p>

This text font color is #DAC0A0.


Background Color

.myBgColor { background-color: #DAC0A0; }

<div style="background-color:#DAC0A0">Inner text</div>

This div background color is #DAC0A0.


Border color

.myBorderColor { border: 1px solid #DAC0A0; }

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

This div border color is #DAC0A0.


Opacity

.myOpacity80 { color: #DAC0A0; opacity: 0.8; }

<p style="color:#DAC0A0;opacity:0.8;">80%</p>

Text with #DAC0A0 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #DAC0A0;}

<p style="text-shadow: 3px 3px 1px #DAC0A0">Text here.</p>

This text has shadow with #DAC0A0 color.

.textShadow {text-shadow: 3px 3px 1px #DAC0A0, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #DAC0A0, 5px 5px 20px red">Text here.</p>

This text has shadow with #DAC0A0 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#DAC0A0, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#DAC0A0, Direction=45, Strength=4)">Text</p>

This text has shadow with #DAC0A0 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #DAC0A0;
  -webkit-box-shadow:	1px 1px 3px 2px #DAC0A0;
  box-shadow:		1px 1px 3px 2px #DAC0A0;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #DAC0A0;
-webkit-box-shadow: 1px 1px 3px 2px #DAC0A0;
box-shadow:1px 1px 3px 2px #DAC0A0;">
Div content here</div>
This div box has shadow with color #DAC0A0.

Preview

Color preview on black background

This text has color #DAC0A0 on black background.


Color preview on white background

This text has color #DAC0A0 on white background.



Black color preview on #DAC0A0 background

This text has black color on #DAC0A0 background.


White color preview on #DAC0A0 background

This text has white color on #DAC0A0 background.