COLOR #D9AFA1

HEX: #D9AFA1 RGB: (217,175,161)

Color info

#D9AFA1 contains red, green and blue colors in about the same proportion. Web safe color of #D9AFA1 is #CC9999 (or #C99).

RGB color model

#D9AFA1 color RGB value is (217,175,161).

RGB: (217,175,161) (85%, 69%, 63%)

RGB channels and saturation

R 217 of 255 = 85%
G 175 of 255 = 69%
B 161 of 255 = 63%

217
175
161

R + G + B ~ 72%. #D9AFA1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 217 + 175 + 161 = 553 (100%)
R 217 of 553 ~ 39.24%
G 175 of 553 ~ 31.65%
B 161 of 553 ~ 29.11'%

%39.24
%31.65
%29.11

CMYK color model

#D9AFA1 color CMYK value is (0,19,26,15).

  • cyan value is 0.00%
  • magenta value is 19.35%
  • yellow value is 25.81%
  • key color value is 14.90%
CMYK: (0,19,26,15) C0M19Y26K15 (0%,19%,26%,15%) (0.00/0.19/0.26/0.15) 

CMYK percentages

%0
%19.35
%25.81
%14.9

Codes

Color #D9AFA1 in popluar color models

D9 AF A1
RGB 217 175 161
HSL 15° 42.42% 74.12%
HSB/HSV 15° 25.81% 85.10%
CMYK 0.00% 19.35% 25.81%
14.90%

Color #D9AFA1 in popluar number systems.

HEX D9 AF A1
Decimal 217 175 161
Binary 11011001 10101111 10100001
Octal 331 257 241

Shades and tints

Shades of #D9AFA1

#D9AFA1
(217,175,161)
#C6A093
(198,160,147)
#B39185
(179,145,133)
#A08277
(160,130,119)
#8D7369
(141,115,105)
#7A645B
(122,100,91)
#67554D
(103,85,77)
#54463F
(84,70,63)
#413731
(65,55,49)
#2E2823
(46,40,35)
#1B1915
(27,25,21)
#000000
(0,0,0)

Tints of #D9AFA1

#D9AFA1
(217,175,161)
#DCB6A9
(220,182,169)
#DFBDB1
(223,189,177)
#E2C4B9
(226,196,185)
#E5CBC1
(229,203,193)
#E8D2C9
(232,210,201)
#EBD9D1
(235,217,209)
#EEE0D9
(238,224,217)
#F1E7E1
(241,231,225)
#F4EEE9
(244,238,233)
#F7F5F1
(247,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9AFA1 color. Also use rgb(217,175,161) instead hex code.

Text Font Color

.myTextColor { color: #D9AFA1; }

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

This text font color is #D9AFA1.

Background Color

.myBgColor { background-color: #D9AFA1; }

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

This div background color is #D9AFA1.

Border color

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

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

This div border color is #D9AFA1.

Opacity

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

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

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

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

This text has shadow with #D9AFA1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9AFA1.

Preview

Color preview on black background

This text has color #D9AFA1 on black background.


Color preview on white background

This text has color #D9AFA1 on white background.


Black color preview on #D9AFA1 background

This text has black color on #D9AFA1 background.


White color preview on #D9AFA1 background

This text has white color on #D9AFA1 background.


Related colors

Complementary color

Complementary color for #hex is #26505E.


I love getcolorcode.com

Triadic colors

1 #A1D9AF and #AFA1D9 with #D9AFA1 are triadic colors.

2 #A1AFD9 and #AFD9A1 with #D9AFA1 are triadic colors.