COLOR #D4B88D

HEX: #D4B88D
RGB: (212,184,141)

Color info

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

RGB color model

#D4B88D color RGB value is (212,184,141).

  • red value is 212;
  • green value is 184;
  • blue value is 141.
RGB:
(212,184,141)
(83%,72%,55%)

RGB channels and saturation

R 212 of 255 = 83%
G 184 of 255 = 72%
B 141 of 255 = 55%

212
184
141

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

Portions of RGB colors in percentages

R + G + B =
212 + 184 + 141 = 537 (100%)
R 212 of 537 ~ 39.48%
G 184 of 537 ~ 34.26%
B 141 of 537 ~ 26.26%

%39.48
%34.26
%26.26

CMYK color model

#D4B88D color CMYK value is (0,13,33,17).

  • cyan value is 0.00%
  • magenta value is 13.21%
  • yellow value is 33.49%
  • key color value is 16.86%
CMYK:
(0,13,33,17)
C0M13Y33K17 
(0%,13%,33%,17%)
(0.00/0.13/0.33/0.17)	

CMYK percentages

%0
%13.21
%33.49
%16.86

Codes

Color #D4B88D in popluar color models

D4B88D
RGB212184141
HSL36°45.22%69.22%
HSB/HSV36°33.49%83.14%
CMYK0.00%13.21%33.49%
16.86%

Color #D4B88D in popluar number systems.

HEXD4B88D
Decimal212184141
Binary110101001011100010001101
Octal324270215

Shades and tints

Shades of #D4B88D

#D4B88D
(212,184,141)
#C1A881
(193,168,129)
#AE9875
(174,152,117)
#9B8869
(155,136,105)
#88785D
(136,120,93)
#756851
(117,104,81)
#625845
(98,88,69)
#4F4839
(79,72,57)
#3C382D
(60,56,45)
#292821
(41,40,33)
#161815
(22,24,21)
#000000
(0,0,0)

Tints of #D4B88D

#D4B88D
(212,184,141)
#D7BE97
(215,190,151)
#DAC4A1
(218,196,161)
#DDCAAB
(221,202,171)
#E0D0B5
(224,208,181)
#E3D6BF
(227,214,191)
#E6DCC9
(230,220,201)
#E9E2D3
(233,226,211)
#ECE8DD
(236,232,221)
#EFEEE7
(239,238,231)
#F2F4F1
(242,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4B88D color. Also use rgb(212,184,141) instead hex code.

Text Font Color

.myTextColor { color: #D4B88D; }

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

This text font color is #D4B88D.


Background Color

.myBgColor { background-color: #D4B88D; }

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

This div background color is #D4B88D.


Border color

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

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

This div border color is #D4B88D.


Opacity

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

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

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

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

This text has shadow with #D4B88D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4B88D on black background.


Color preview on white background

This text has color #D4B88D on white background.



Black color preview on #D4B88D background

This text has black color on #D4B88D background.


White color preview on #D4B88D background

This text has white color on #D4B88D background.