COLOR #D9BC86

HEX: #D9BC86 RGB: (217,188,134)

Color info

#D9BC86 contains mainly red and green colors. Web safe color of #D9BC86 is #CCCC99 (or #CC9).

RGB color model

#D9BC86 color RGB value is (217,188,134).

RGB: (217,188,134) (85%, 74%, 53%)

RGB channels and saturation

R 217 of 255 = 85%
G 188 of 255 = 74%
B 134 of 255 = 53%

217
188
134

R + G + B ~ 71%. #D9BC86 is quite light color.

Portions of RGB colors in percentages

R + G + B = 217 + 188 + 134 = 539 (100%)
R 217 of 539 ~ 40.26%
G 188 of 539 ~ 34.88%
B 134 of 539 ~ 24.86'%

%40.26
%34.88
%24.86

CMYK color model

#D9BC86 color CMYK value is (0,13,38,15).

  • cyan value is 0.00%
  • magenta value is 13.36%
  • yellow value is 38.25%
  • key color value is 14.90%

CMYK: (0,13,38,15)
C0M13Y38K15 (0%, 13%, 38%, 15%)
(0.00 / 0.13 / 0.38 / 0.15)

CMYK percentages

%0
%13.36
%38.25
%14.9

Codes

Color #D9BC86 in popluar color models

D9 BC 86
RGB 217 188 134
HSL 39° 52.20% 68.82%
HSB/HSV 39° 38.25% 85.10%
CMYK 0.00% 13.36% 38.25%
14.90%

Color #D9BC86 in popluar number systems.

HEX D9 BC 86
Decimal 217 188 134
Binary 11011001 10111100 10000110
Octal 331 274 206

Shades and tints

Shades of #D9BC86

#D9BC86
(217,188,134)
#C6AB7A
(198,171,122)
#B39A6E
(179,154,110)
#A08962
(160,137,98)
#8D7856
(141,120,86)
#7A674A
(122,103,74)
#67563E
(103,86,62)
#544532
(84,69,50)
#413426
(65,52,38)
#2E231A
(46,35,26)
#1B120E
(27,18,14)
#000000
(0,0,0)

Tints of #D9BC86

#D9BC86
(217,188,134)
#DCC291
(220,194,145)
#DFC89C
(223,200,156)
#E2CEA7
(226,206,167)
#E5D4B2
(229,212,178)
#E8DABD
(232,218,189)
#EBE0C8
(235,224,200)
#EEE6D3
(238,230,211)
#F1ECDE
(241,236,222)
#F4F2E9
(244,242,233)
#F7F8F4
(247,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9BC86 color. Also use rgb(217,188,134) instead hex code.

Text Font Color

.myTextColor { color: #D9BC86; }

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

This text font color is #D9BC86.

Background Color

.myBgColor { background-color: #D9BC86; }

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

This div background color is #D9BC86.

Border color

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

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

This div border color is #D9BC86.

Opacity

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

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

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

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

This text has shadow with #D9BC86 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9BC86.

Preview

Color preview on black background

This text has color #D9BC86 on black background.


Color preview on white background

This text has color #D9BC86 on white background.


Black color preview on #D9BC86 background

This text has black color on #D9BC86 background.


White color preview on #D9BC86 background

This text has white color on #D9BC86 background.


Related colors

Complementary color

Complementary color for #hex is #264379.


I love getcolorcode.com

Triadic colors

1 #86D9BC and #BC86D9 with #D9BC86 are triadic colors.

2 #86BCD9 and #BCD986 with #D9BC86 are triadic colors.