COLOR #D5BC6E

HEX: #D5BC6E RGB: (213,188,110)

Color info

#D5BC6E contains mainly red and green colors. Web safe color of #D5BC6E is #CCCC66 (or #CC6).

RGB color model

#D5BC6E color RGB value is (213,188,110).

RGB: (213,188,110) (84%, 74%, 43%)

RGB channels and saturation

R 213 of 255 = 84%
G 188 of 255 = 74%
B 110 of 255 = 43%

213
188
110

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

Portions of RGB colors in percentages

R + G + B = 213 + 188 + 110 = 511 (100%)
R 213 of 511 ~ 41.68%
G 188 of 511 ~ 36.79%
B 110 of 511 ~ 21.53'%

%41.68
%36.79
%21.53

CMYK color model

#D5BC6E color CMYK value is (0,12,48,16).

  • cyan value is 0.00%
  • magenta value is 11.74%
  • yellow value is 48.36%
  • key color value is 16.47%

CMYK: (0,12,48,16)
C0M12Y48K16 (0%, 12%, 48%, 16%)
(0.00 / 0.12 / 0.48 / 0.16)

CMYK percentages

%0
%11.74
%48.36
%16.47

Codes

Color #D5BC6E in popluar color models

D5 BC 6E
RGB 213 188 110
HSL 45° 55.08% 63.33%
HSB/HSV 45° 48.36% 83.53%
CMYK 0.00% 11.74% 48.36%
16.47%

Color #D5BC6E in popluar number systems.

HEX D5 BC 6E
Decimal 213 188 110
Binary 11010101 10111100 1101110
Octal 325 274 156

Shades and tints

Shades of #D5BC6E

#D5BC6E
(213,188,110)
#C2AB64
(194,171,100)
#AF9A5A
(175,154,90)
#9C8950
(156,137,80)
#897846
(137,120,70)
#76673C
(118,103,60)
#635632
(99,86,50)
#504528
(80,69,40)
#3D341E
(61,52,30)
#2A2314
(42,35,20)
#17120A
(23,18,10)
#000000
(0,0,0)

Tints of #D5BC6E

#D5BC6E
(213,188,110)
#D8C27B
(216,194,123)
#DBC888
(219,200,136)
#DECE95
(222,206,149)
#E1D4A2
(225,212,162)
#E4DAAF
(228,218,175)
#E7E0BC
(231,224,188)
#EAE6C9
(234,230,201)
#EDECD6
(237,236,214)
#F0F2E3
(240,242,227)
#F3F8F0
(243,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5BC6E color. Also use rgb(213,188,110) instead hex code.

Text Font Color

.myTextColor { color: #D5BC6E; }

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

This text font color is #D5BC6E.

Background Color

.myBgColor { background-color: #D5BC6E; }

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

This div background color is #D5BC6E.

Border color

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

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

This div border color is #D5BC6E.

Opacity

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

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

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

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

This text has shadow with #D5BC6E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5BC6E.

Preview

Color preview on black background

This text has color #D5BC6E on black background.


Color preview on white background

This text has color #D5BC6E on white background.


Black color preview on #D5BC6E background

This text has black color on #D5BC6E background.


White color preview on #D5BC6E background

This text has white color on #D5BC6E background.


Related colors

Complementary color

Complementary color for #hex is #2A4391.


I love getcolorcode.com

Triadic colors

1 #6ED5BC and #BC6ED5 with #D5BC6E are triadic colors.

2 #6EBCD5 and #BCD56E with #D5BC6E are triadic colors.