COLOR #D4BD86

HEX: #D4BD86
RGB: (212,189,134)

Color info

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

RGB color model

#D4BD86 color RGB value is (212,189,134).

  • red value is 212;
  • green value is 189;
  • blue value is 134.
RGB:
(212,189,134)
(83%,74%,53%)

RGB channels and saturation

R 212 of 255 = 83%
G 189 of 255 = 74%
B 134 of 255 = 53%

212
189
134

R + G + B ~ 70%. #D4BD86 is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 189 + 134 = 535 (100%)
R 212 of 535 ~ 39.63%
G 189 of 535 ~ 35.33%
B 134 of 535 ~ 25.05%

%39.63
%35.33
%25.05

CMYK color model

#D4BD86 color CMYK value is (0,11,37,17).

  • cyan value is 0.00%
  • magenta value is 10.85%
  • yellow value is 36.79%
  • key color value is 16.86%
CMYK:
(0,11,37,17)
C0M11Y37K17 
(0%,11%,37%,17%)
(0.00/0.11/0.37/0.17)	

CMYK percentages

%0
%10.85
%36.79
%16.86

Codes

Color #D4BD86 in popluar color models

D4BD86
RGB212189134
HSL42°47.56%67.84%
HSB/HSV42°36.79%83.14%
CMYK0.00%10.85%36.79%
16.86%

Color #D4BD86 in popluar number systems.

HEXD4BD86
Decimal212189134
Binary110101001011110110000110
Octal324275206

Shades and tints

Shades of #D4BD86

#D4BD86
(212,189,134)
#C1AC7A
(193,172,122)
#AE9B6E
(174,155,110)
#9B8A62
(155,138,98)
#887956
(136,121,86)
#75684A
(117,104,74)
#62573E
(98,87,62)
#4F4632
(79,70,50)
#3C3526
(60,53,38)
#29241A
(41,36,26)
#16130E
(22,19,14)
#000000
(0,0,0)

Tints of #D4BD86

#D4BD86
(212,189,134)
#D7C391
(215,195,145)
#DAC99C
(218,201,156)
#DDCFA7
(221,207,167)
#E0D5B2
(224,213,178)
#E3DBBD
(227,219,189)
#E6E1C8
(230,225,200)
#E9E7D3
(233,231,211)
#ECEDDE
(236,237,222)
#EFF3E9
(239,243,233)
#F2F9F4
(242,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4BD86 color. Also use rgb(212,189,134) instead hex code.

Text Font Color

.myTextColor { color: #D4BD86; }

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

This text font color is #D4BD86.


Background Color

.myBgColor { background-color: #D4BD86; }

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

This div background color is #D4BD86.


Border color

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

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

This div border color is #D4BD86.


Opacity

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

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

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

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

This text has shadow with #D4BD86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4BD86 on black background.


Color preview on white background

This text has color #D4BD86 on white background.



Black color preview on #D4BD86 background

This text has black color on #D4BD86 background.


White color preview on #D4BD86 background

This text has white color on #D4BD86 background.