COLOR #D4BC95

HEX: #D4BC95 RGB: (212,188,149)

Color info

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

RGB color model

#D4BC95 color RGB value is (212,188,149).

RGB: (212,188,149) (83%, 74%, 58%)

RGB channels and saturation

R 212 of 255 = 83%
G 188 of 255 = 74%
B 149 of 255 = 58%

212
188
149

R + G + B ~ 72%. #D4BC95 is quite light color.

Portions of RGB colors in percentages

R + G + B = 212 + 188 + 149 = 549 (100%)
R 212 of 549 ~ 38.62%
G 188 of 549 ~ 34.24%
B 149 of 549 ~ 27.14'%

%38.62
%34.24
%27.14

CMYK color model

#D4BC95 color CMYK value is (0,11,30,17).

  • cyan value is 0.00%
  • magenta value is 11.32%
  • yellow value is 29.72%
  • key color value is 16.86%

CMYK: (0,11,30,17)
C0M11Y30K17 (0%, 11%, 30%, 17%)
(0.00 / 0.11 / 0.30 / 0.17)

CMYK percentages

%0
%11.32
%29.72
%16.86

Codes

Color #D4BC95 in popluar color models

D4 BC 95
RGB 212 188 149
HSL 37° 42.28% 70.78%
HSB/HSV 37° 29.72% 83.14%
CMYK 0.00% 11.32% 29.72%
16.86%

Color #D4BC95 in popluar number systems.

HEX D4 BC 95
Decimal 212 188 149
Binary 11010100 10111100 10010101
Octal 324 274 225

Shades and tints

Shades of #D4BC95

#D4BC95
(212,188,149)
#C1AB88
(193,171,136)
#AE9A7B
(174,154,123)
#9B896E
(155,137,110)
#887861
(136,120,97)
#756754
(117,103,84)
#625647
(98,86,71)
#4F453A
(79,69,58)
#3C342D
(60,52,45)
#292320
(41,35,32)
#161213
(22,18,19)
#000000
(0,0,0)

Tints of #D4BC95

#D4BC95
(212,188,149)
#D7C29E
(215,194,158)
#DAC8A7
(218,200,167)
#DDCEB0
(221,206,176)
#E0D4B9
(224,212,185)
#E3DAC2
(227,218,194)
#E6E0CB
(230,224,203)
#E9E6D4
(233,230,212)
#ECECDD
(236,236,221)
#EFF2E6
(239,242,230)
#F2F8EF
(242,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4BC95 color. Also use rgb(212,188,149) instead hex code.

Text Font Color

.myTextColor { color: #D4BC95; }

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

This text font color is #D4BC95.

Background Color

.myBgColor { background-color: #D4BC95; }

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

This div background color is #D4BC95.

Border color

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

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

This div border color is #D4BC95.

Opacity

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

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

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

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

This text has shadow with #D4BC95 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4BC95.

Preview

Color preview on black background

This text has color #D4BC95 on black background.


Color preview on white background

This text has color #D4BC95 on white background.


Black color preview on #D4BC95 background

This text has black color on #D4BC95 background.


White color preview on #D4BC95 background

This text has white color on #D4BC95 background.


Related colors

Complementary color

Complementary color for #hex is #2B436A.


I love getcolorcode.com

Triadic colors

1 #95D4BC and #BC95D4 with #D4BC95 are triadic colors.

2 #95BCD4 and #BCD495 with #D4BC95 are triadic colors.