COLOR #DAC7AA

HEX: #DAC7AA RGB: (218,199,170)

Color info

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

RGB color model

#DAC7AA color RGB value is (218,199,170).

RGB: (218,199,170) (85%, 78%, 67%)

RGB channels and saturation

R 218 of 255 = 85%
G 199 of 255 = 78%
B 170 of 255 = 67%

218
199
170

R + G + B ~ 77%. #DAC7AA is quite light color.

Portions of RGB colors in percentages

R + G + B = 218 + 199 + 170 = 587 (100%)
R 218 of 587 ~ 37.14%
G 199 of 587 ~ 33.9%
B 170 of 587 ~ 28.96'%

%37.14
%33.9
%28.96

CMYK color model

#DAC7AA color CMYK value is (0,9,22,15).

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

CMYK: (0,9,22,15)
C0M9Y22K15 (0%, 9%, 22%, 15%)
(0.00 / 0.09 / 0.22 / 0.15)

CMYK percentages

%0
%8.72
%22.02
%14.51

Codes

Color #DAC7AA in popluar color models

DA C7 AA
RGB 218 199 170
HSL 36° 39.34% 76.08%
HSB/HSV 36° 22.02% 85.49%
CMYK 0.00% 8.72% 22.02%
14.51%

Color #DAC7AA in popluar number systems.

HEX DA C7 AA
Decimal 218 199 170
Binary 11011010 11000111 10101010
Octal 332 307 252

Shades and tints

Shades of #DAC7AA

#DAC7AA
(218,199,170)
#C7B59B
(199,181,155)
#B4A38C
(180,163,140)
#A1917D
(161,145,125)
#8E7F6E
(142,127,110)
#7B6D5F
(123,109,95)
#685B50
(104,91,80)
#554941
(85,73,65)
#423732
(66,55,50)
#2F2523
(47,37,35)
#1C1314
(28,19,20)
#000000
(0,0,0)

Tints of #DAC7AA

#DAC7AA
(218,199,170)
#DDCCB1
(221,204,177)
#E0D1B8
(224,209,184)
#E3D6BF
(227,214,191)
#E6DBC6
(230,219,198)
#E9E0CD
(233,224,205)
#ECE5D4
(236,229,212)
#EFEADB
(239,234,219)
#F2EFE2
(242,239,226)
#F5F4E9
(245,244,233)
#F8F9F0
(248,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAC7AA; }

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

This text font color is #DAC7AA.

Background Color

.myBgColor { background-color: #DAC7AA; }

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

This div background color is #DAC7AA.

Border color

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

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

This div border color is #DAC7AA.

Opacity

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

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

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

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

This text has shadow with #DAC7AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAC7AA.

Preview

Color preview on black background

This text has color #DAC7AA on black background.


Color preview on white background

This text has color #DAC7AA on white background.


Black color preview on #DAC7AA background

This text has black color on #DAC7AA background.


White color preview on #DAC7AA background

This text has white color on #DAC7AA background.


Related colors

Complementary color

Complementary color for #hex is #253855.


I love getcolorcode.com

Triadic colors

1 #AADAC7 and #C7AADA with #DAC7AA are triadic colors.

2 #AAC7DA and #C7DAAA with #DAC7AA are triadic colors.