COLOR #D6A97F

HEX: #D6A97F RGB: (214,169,127)

Color info

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

RGB color model

#D6A97F color RGB value is (214,169,127).

RGB: (214,169,127) (84%, 66%, 50%)

RGB channels and saturation

R 214 of 255 = 84%
G 169 of 255 = 66%
B 127 of 255 = 50%

214
169
127

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

Portions of RGB colors in percentages

R + G + B = 214 + 169 + 127 = 510 (100%)
R 214 of 510 ~ 41.96%
G 169 of 510 ~ 33.14%
B 127 of 510 ~ 24.9'%

%41.96
%33.14
%24.9

CMYK color model

#D6A97F color CMYK value is (0,21,41,16).

  • cyan value is 0.00%
  • magenta value is 21.03%
  • yellow value is 40.65%
  • key color value is 16.08%

CMYK: (0,21,41,16)
C0M21Y41K16 (0%, 21%, 41%, 16%)
(0.00 / 0.21 / 0.41 / 0.16)

CMYK percentages

%0
%21.03
%40.65
%16.08

Codes

Color #D6A97F in popluar color models

D6 A9 7F
RGB 214 169 127
HSL 29° 51.48% 66.86%
HSB/HSV 29° 40.65% 83.92%
CMYK 0.00% 21.03% 40.65%
16.08%

Color #D6A97F in popluar number systems.

HEX D6 A9 7F
Decimal 214 169 127
Binary 11010110 10101001 1111111
Octal 326 251 177

Shades and tints

Shades of #D6A97F

#D6A97F
(214,169,127)
#C39A74
(195,154,116)
#B08B69
(176,139,105)
#9D7C5E
(157,124,94)
#8A6D53
(138,109,83)
#775E48
(119,94,72)
#644F3D
(100,79,61)
#514032
(81,64,50)
#3E3127
(62,49,39)
#2B221C
(43,34,28)
#181311
(24,19,17)
#000000
(0,0,0)

Tints of #D6A97F

#D6A97F
(214,169,127)
#D9B08A
(217,176,138)
#DCB795
(220,183,149)
#DFBEA0
(223,190,160)
#E2C5AB
(226,197,171)
#E5CCB6
(229,204,182)
#E8D3C1
(232,211,193)
#EBDACC
(235,218,204)
#EEE1D7
(238,225,215)
#F1E8E2
(241,232,226)
#F4EFED
(244,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6A97F color. Also use rgb(214,169,127) instead hex code.

Text Font Color

.myTextColor { color: #D6A97F; }

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

This text font color is #D6A97F.

Background Color

.myBgColor { background-color: #D6A97F; }

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

This div background color is #D6A97F.

Border color

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

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

This div border color is #D6A97F.

Opacity

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

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

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

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

This text has shadow with #D6A97F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6A97F.

Preview

Color preview on black background

This text has color #D6A97F on black background.


Color preview on white background

This text has color #D6A97F on white background.


Black color preview on #D6A97F background

This text has black color on #D6A97F background.


White color preview on #D6A97F background

This text has white color on #D6A97F background.


Related colors

Complementary color

Complementary color for #hex is #295680.


I love getcolorcode.com

Triadic colors

1 #7FD6A9 and #A97FD6 with #D6A97F are triadic colors.

2 #7FA9D6 and #A9D67F with #D6A97F are triadic colors.