COLOR #D9AB7F

HEX: #D9AB7F
RGB: (217,171,127)

Color info

#D9AB7F contains mainly red and green colors. Web safe color of #D9AB7F is #CC9966 (or #C96).

RGB color model

#D9AB7F color RGB value is (217,171,127).

  • red value is 217;
  • green value is 171;
  • blue value is 127.
RGB:
(217,171,127)
(85%,67%,50%)

RGB channels and saturation

R 217 of 255 = 85%
G 171 of 255 = 67%
B 127 of 255 = 50%

217
171
127

R + G + B ~ 67%. #D9AB7F is quite light color.

Portions of RGB colors in percentages

R + G + B =
217 + 171 + 127 = 515 (100%)
R 217 of 515 ~ 42.14%
G 171 of 515 ~ 33.2%
B 127 of 515 ~ 24.66%

%42.14
%33.2
%24.66

CMYK color model

#D9AB7F color CMYK value is (0,21,41,15).

  • cyan value is 0.00%
  • magenta value is 21.20%
  • yellow value is 41.47%
  • key color value is 14.90%
CMYK:
(0,21,41,15)
C0M21Y41K15 
(0%,21%,41%,15%)
(0.00/0.21/0.41/0.15)	

CMYK percentages

%0
%21.2
%41.47
%14.9

Codes

Color #D9AB7F in popluar color models

D9AB7F
RGB217171127
HSL29°54.22%67.45%
HSB/HSV29°41.47%85.10%
CMYK0.00%21.20%41.47%
14.90%

Color #D9AB7F in popluar number systems.

HEXD9AB7F
Decimal217171127
Binary11011001101010111111111
Octal331253177

Shades and tints

Shades of #D9AB7F

#D9AB7F
(217,171,127)
#C69C74
(198,156,116)
#B38D69
(179,141,105)
#A07E5E
(160,126,94)
#8D6F53
(141,111,83)
#7A6048
(122,96,72)
#67513D
(103,81,61)
#544232
(84,66,50)
#413327
(65,51,39)
#2E241C
(46,36,28)
#1B1511
(27,21,17)
#000000
(0,0,0)

Tints of #D9AB7F

#D9AB7F
(217,171,127)
#DCB28A
(220,178,138)
#DFB995
(223,185,149)
#E2C0A0
(226,192,160)
#E5C7AB
(229,199,171)
#E8CEB6
(232,206,182)
#EBD5C1
(235,213,193)
#EEDCCC
(238,220,204)
#F1E3D7
(241,227,215)
#F4EAE2
(244,234,226)
#F7F1ED
(247,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9AB7F color. Also use rgb(217,171,127) instead hex code.

Text Font Color

.myTextColor { color: #D9AB7F; }

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

This text font color is #D9AB7F.


Background Color

.myBgColor { background-color: #D9AB7F; }

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

This div background color is #D9AB7F.


Border color

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

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

This div border color is #D9AB7F.


Opacity

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

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

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

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

This text has shadow with #D9AB7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9AB7F on black background.


Color preview on white background

This text has color #D9AB7F on white background.



Black color preview on #D9AB7F background

This text has black color on #D9AB7F background.


White color preview on #D9AB7F background

This text has white color on #D9AB7F background.