COLOR #D4BD8F

HEX: #D4BD8F
RGB: (212,189,143)

Color info

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

RGB color model

#D4BD8F color RGB value is (212,189,143).

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

RGB channels and saturation

R 212 of 255 = 83%
G 189 of 255 = 74%
B 143 of 255 = 56%

212
189
143

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

Portions of RGB colors in percentages

R + G + B =
212 + 189 + 143 = 544 (100%)
R 212 of 544 ~ 38.97%
G 189 of 544 ~ 34.74%
B 143 of 544 ~ 26.29%

%38.97
%34.74
%26.29

CMYK color model

#D4BD8F color CMYK value is (0,11,33,17).

  • cyan value is 0.00%
  • magenta value is 10.85%
  • yellow value is 32.55%
  • key color value is 16.86%
CMYK: (0,11,33,17) C0M11Y33K17 (0%,11%,33%,17%) (0.00/0.11/0.33/0.17)

CMYK percentages

%0
%10.85
%32.55
%16.86

Codes

Color #D4BD8F in popluar color models

D4BD8F
RGB212189143
HSL40°44.52%69.61%
HSB/HSV40°32.55%83.14%
CMYK0.00%10.85%32.55%
16.86%

Color #D4BD8F in popluar number systems.

HEXD4BD8F
Decimal212189143
Binary110101001011110110001111
Octal324275217

Shades and tints

Shades of #D4BD8F

#D4BD8F
(212,189,143)
#C1AC82
(193,172,130)
#AE9B75
(174,155,117)
#9B8A68
(155,138,104)
#88795B
(136,121,91)
#75684E
(117,104,78)
#625741
(98,87,65)
#4F4634
(79,70,52)
#3C3527
(60,53,39)
#29241A
(41,36,26)
#16130D
(22,19,13)
#000000
(0,0,0)

Tints of #D4BD8F

#D4BD8F
(212,189,143)
#D7C399
(215,195,153)
#DAC9A3
(218,201,163)
#DDCFAD
(221,207,173)
#E0D5B7
(224,213,183)
#E3DBC1
(227,219,193)
#E6E1CB
(230,225,203)
#E9E7D5
(233,231,213)
#ECEDDF
(236,237,223)
#EFF3E9
(239,243,233)
#F2F9F3
(242,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4BD8F; }

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

This text font color is #D4BD8F.


Background Color

.myBgColor { background-color: #D4BD8F; }

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

This div background color is #D4BD8F.


Border color

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

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

This div border color is #D4BD8F.


Opacity

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

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

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

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

This text has shadow with #D4BD8F color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #D4BD8F on black background.


Color preview on white background

This text has color #D4BD8F on white background.



Black color preview on #D4BD8F background

This text has black color on #D4BD8F background.


White color preview on #D4BD8F background

This text has white color on #D4BD8F background.