COLOR #D9AB76

HEX: #D9AB76 RGB: (217,171,118)

Color info

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

RGB color model

#D9AB76 color RGB value is (217,171,118).

RGB: (217,171,118) (85%, 67%, 46%)

RGB channels and saturation

R 217 of 255 = 85%
G 171 of 255 = 67%
B 118 of 255 = 46%

217
171
118

R + G + B ~ 66%. #D9AB76 is quite light color.

Portions of RGB colors in percentages

R + G + B = 217 + 171 + 118 = 506 (100%)
R 217 of 506 ~ 42.89%
G 171 of 506 ~ 33.79%
B 118 of 506 ~ 23.32'%

%42.89
%33.79
%23.32

CMYK color model

#D9AB76 color CMYK value is (0,21,46,15).

  • cyan value is 0.00%
  • magenta value is 21.20%
  • yellow value is 45.62%
  • key color value is 14.90%

CMYK: (0,21,46,15)
C0M21Y46K15 (0%, 21%, 46%, 15%)
(0.00 / 0.21 / 0.46 / 0.15)

CMYK percentages

%0
%21.2
%45.62
%14.9

Codes

Color #D9AB76 in popluar color models

D9 AB 76
RGB 217 171 118
HSL 32° 56.57% 65.69%
HSB/HSV 32° 45.62% 85.10%
CMYK 0.00% 21.20% 45.62%
14.90%

Color #D9AB76 in popluar number systems.

HEX D9 AB 76
Decimal 217 171 118
Binary 11011001 10101011 1110110
Octal 331 253 166

Shades and tints

Shades of #D9AB76

#D9AB76
(217,171,118)
#C69C6C
(198,156,108)
#B38D62
(179,141,98)
#A07E58
(160,126,88)
#8D6F4E
(141,111,78)
#7A6044
(122,96,68)
#67513A
(103,81,58)
#544230
(84,66,48)
#413326
(65,51,38)
#2E241C
(46,36,28)
#1B1512
(27,21,18)
#000000
(0,0,0)

Tints of #D9AB76

#D9AB76
(217,171,118)
#DCB282
(220,178,130)
#DFB98E
(223,185,142)
#E2C09A
(226,192,154)
#E5C7A6
(229,199,166)
#E8CEB2
(232,206,178)
#EBD5BE
(235,213,190)
#EEDCCA
(238,220,202)
#F1E3D6
(241,227,214)
#F4EAE2
(244,234,226)
#F7F1EE
(247,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9AB76; }

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

This text font color is #D9AB76.

Background Color

.myBgColor { background-color: #D9AB76; }

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

This div background color is #D9AB76.

Border color

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

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

This div border color is #D9AB76.

Opacity

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

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

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

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

This text has shadow with #D9AB76 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9AB76.

Preview

Color preview on black background

This text has color #D9AB76 on black background.


Color preview on white background

This text has color #D9AB76 on white background.


Black color preview on #D9AB76 background

This text has black color on #D9AB76 background.


White color preview on #D9AB76 background

This text has white color on #D9AB76 background.


Related colors

Complementary color

Complementary color for #hex is #265489.


I love getcolorcode.com

Triadic colors

1 #76D9AB and #AB76D9 with #D9AB76 are triadic colors.

2 #76ABD9 and #ABD976 with #D9AB76 are triadic colors.