COLOR #DAC0AA

HEX: #DAC0AA RGB: (218,192,170)

Color info

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

RGB color model

#DAC0AA color RGB value is (218,192,170).

RGB: (218,192,170) (85%, 75%, 67%)

RGB channels and saturation

R 218 of 255 = 85%
G 192 of 255 = 75%
B 170 of 255 = 67%

218
192
170

R + G + B ~ 76%. #DAC0AA is quite light color.

Portions of RGB colors in percentages

R + G + B = 218 + 192 + 170 = 580 (100%)
R 218 of 580 ~ 37.59%
G 192 of 580 ~ 33.1%
B 170 of 580 ~ 29.31'%

%37.59
%33.1
%29.31

CMYK color model

#DAC0AA color CMYK value is (0,12,22,15).

  • cyan value is 0.00%
  • magenta value is 11.93%
  • yellow value is 22.02%
  • key color value is 14.51%

CMYK: (0,12,22,15)
C0M12Y22K15 (0%, 12%, 22%, 15%)
(0.00 / 0.12 / 0.22 / 0.15)

CMYK percentages

%0
%11.93
%22.02
%14.51

Codes

Color #DAC0AA in popluar color models

DA C0 AA
RGB 218 192 170
HSL 28° 39.34% 76.08%
HSB/HSV 28° 22.02% 85.49%
CMYK 0.00% 11.93% 22.02%
14.51%

Color #DAC0AA in popluar number systems.

HEX DA C0 AA
Decimal 218 192 170
Binary 11011010 11000000 10101010
Octal 332 300 252

Shades and tints

Shades of #DAC0AA

#DAC0AA
(218,192,170)
#C7AF9B
(199,175,155)
#B49E8C
(180,158,140)
#A18D7D
(161,141,125)
#8E7C6E
(142,124,110)
#7B6B5F
(123,107,95)
#685A50
(104,90,80)
#554941
(85,73,65)
#423832
(66,56,50)
#2F2723
(47,39,35)
#1C1614
(28,22,20)
#000000
(0,0,0)

Tints of #DAC0AA

#DAC0AA
(218,192,170)
#DDC5B1
(221,197,177)
#E0CAB8
(224,202,184)
#E3CFBF
(227,207,191)
#E6D4C6
(230,212,198)
#E9D9CD
(233,217,205)
#ECDED4
(236,222,212)
#EFE3DB
(239,227,219)
#F2E8E2
(242,232,226)
#F5EDE9
(245,237,233)
#F8F2F0
(248,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAC0AA; }

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

This text font color is #DAC0AA.

Background Color

.myBgColor { background-color: #DAC0AA; }

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

This div background color is #DAC0AA.

Border color

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

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

This div border color is #DAC0AA.

Opacity

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

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

Text with #DAC0AA 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 #DAC0AA;}

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

This text has shadow with #DAC0AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAC0AA.

Preview

Color preview on black background

This text has color #DAC0AA on black background.


Color preview on white background

This text has color #DAC0AA on white background.


Black color preview on #DAC0AA background

This text has black color on #DAC0AA background.


White color preview on #DAC0AA background

This text has white color on #DAC0AA background.


Related colors

Complementary color

Complementary color for #hex is #253F55.


I love getcolorcode.com

Triadic colors

1 #AADAC0 and #C0AADA with #DAC0AA are triadic colors.

2 #AAC0DA and #C0DAAA with #DAC0AA are triadic colors.