COLOR #D9AA9B

HEX: #D9AA9B RGB: (217,170,155)

Color info

#D9AA9B contains mainly red and green colors. Web safe color of #D9AA9B is #CC9999 (or #C99).

RGB color model

#D9AA9B color RGB value is (217,170,155).

RGB: (217,170,155) (85%, 67%, 61%)

RGB channels and saturation

R 217 of 255 = 85%
G 170 of 255 = 67%
B 155 of 255 = 61%

217
170
155

R + G + B ~ 71%. #D9AA9B is quite light color.

Portions of RGB colors in percentages

R + G + B = 217 + 170 + 155 = 542 (100%)
R 217 of 542 ~ 40.04%
G 170 of 542 ~ 31.37%
B 155 of 542 ~ 28.6'%

%40.04
%31.37
%28.6

CMYK color model

#D9AA9B color CMYK value is (0,22,29,15).

  • cyan value is 0.00%
  • magenta value is 21.66%
  • yellow value is 28.57%
  • key color value is 14.90%

CMYK: (0,22,29,15)
C0M22Y29K15 (0%, 22%, 29%, 15%)
(0.00 / 0.22 / 0.29 / 0.15)

CMYK percentages

%0
%21.66
%28.57
%14.9

Codes

Color #D9AA9B in popluar color models

D9 AA 9B
RGB 217 170 155
HSL 15° 44.93% 72.94%
HSB/HSV 15° 28.57% 85.10%
CMYK 0.00% 21.66% 28.57%
14.90%

Color #D9AA9B in popluar number systems.

HEX D9 AA 9B
Decimal 217 170 155
Binary 11011001 10101010 10011011
Octal 331 252 233

Shades and tints

Shades of #D9AA9B

#D9AA9B
(217,170,155)
#C69B8D
(198,155,141)
#B38C7F
(179,140,127)
#A07D71
(160,125,113)
#8D6E63
(141,110,99)
#7A5F55
(122,95,85)
#675047
(103,80,71)
#544139
(84,65,57)
#41322B
(65,50,43)
#2E231D
(46,35,29)
#1B140F
(27,20,15)
#000000
(0,0,0)

Tints of #D9AA9B

#D9AA9B
(217,170,155)
#DCB1A4
(220,177,164)
#DFB8AD
(223,184,173)
#E2BFB6
(226,191,182)
#E5C6BF
(229,198,191)
#E8CDC8
(232,205,200)
#EBD4D1
(235,212,209)
#EEDBDA
(238,219,218)
#F1E2E3
(241,226,227)
#F4E9EC
(244,233,236)
#F7F0F5
(247,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9AA9B color. Also use rgb(217,170,155) instead hex code.

Text Font Color

.myTextColor { color: #D9AA9B; }

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

This text font color is #D9AA9B.

Background Color

.myBgColor { background-color: #D9AA9B; }

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

This div background color is #D9AA9B.

Border color

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

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

This div border color is #D9AA9B.

Opacity

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

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

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

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

This text has shadow with #D9AA9B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9AA9B.

Preview

Color preview on black background

This text has color #D9AA9B on black background.


Color preview on white background

This text has color #D9AA9B on white background.


Black color preview on #D9AA9B background

This text has black color on #D9AA9B background.


White color preview on #D9AA9B background

This text has white color on #D9AA9B background.


Related colors

Complementary color

Complementary color for #hex is #265564.


I love getcolorcode.com

Triadic colors

1 #9BD9AA and #AA9BD9 with #D9AA9B are triadic colors.

2 #9BAAD9 and #AAD99B with #D9AA9B are triadic colors.