COLOR #D6B17F

HEX: #D6B17F RGB: (214,177,127)

Color info

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

RGB color model

#D6B17F color RGB value is (214,177,127).

RGB: (214,177,127) (84%, 69%, 50%)

RGB channels and saturation

R 214 of 255 = 84%
G 177 of 255 = 69%
B 127 of 255 = 50%

214
177
127

R + G + B ~ 68%. #D6B17F is quite light color.

Portions of RGB colors in percentages

R + G + B = 214 + 177 + 127 = 518 (100%)
R 214 of 518 ~ 41.31%
G 177 of 518 ~ 34.17%
B 127 of 518 ~ 24.52'%

%41.31
%34.17
%24.52

CMYK color model

#D6B17F color CMYK value is (0,17,41,16).

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

CMYK: (0,17,41,16)
C0M17Y41K16 (0%, 17%, 41%, 16%)
(0.00 / 0.17 / 0.41 / 0.16)

CMYK percentages

%0
%17.29
%40.65
%16.08

Codes

Color #D6B17F in popluar color models

D6 B1 7F
RGB 214 177 127
HSL 34° 51.48% 66.86%
HSB/HSV 34° 40.65% 83.92%
CMYK 0.00% 17.29% 40.65%
16.08%

Color #D6B17F in popluar number systems.

HEX D6 B1 7F
Decimal 214 177 127
Binary 11010110 10110001 1111111
Octal 326 261 177

Shades and tints

Shades of #D6B17F

#D6B17F
(214,177,127)
#C3A174
(195,161,116)
#B09169
(176,145,105)
#9D815E
(157,129,94)
#8A7153
(138,113,83)
#776148
(119,97,72)
#64513D
(100,81,61)
#514132
(81,65,50)
#3E3127
(62,49,39)
#2B211C
(43,33,28)
#181111
(24,17,17)
#000000
(0,0,0)

Tints of #D6B17F

#D6B17F
(214,177,127)
#D9B88A
(217,184,138)
#DCBF95
(220,191,149)
#DFC6A0
(223,198,160)
#E2CDAB
(226,205,171)
#E5D4B6
(229,212,182)
#E8DBC1
(232,219,193)
#EBE2CC
(235,226,204)
#EEE9D7
(238,233,215)
#F1F0E2
(241,240,226)
#F4F7ED
(244,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6B17F; }

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

This text font color is #D6B17F.

Background Color

.myBgColor { background-color: #D6B17F; }

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

This div background color is #D6B17F.

Border color

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

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

This div border color is #D6B17F.

Opacity

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

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

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

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

This text has shadow with #D6B17F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6B17F.

Preview

Color preview on black background

This text has color #D6B17F on black background.


Color preview on white background

This text has color #D6B17F on white background.


Black color preview on #D6B17F background

This text has black color on #D6B17F background.


White color preview on #D6B17F background

This text has white color on #D6B17F background.


Related colors

Complementary color

Complementary color for #hex is #294E80.


I love getcolorcode.com

Triadic colors

1 #7FD6B1 and #B17FD6 with #D6B17F are triadic colors.

2 #7FB1D6 and #B1D67F with #D6B17F are triadic colors.