COLOR #D4D38B

HEX: #D4D38B
RGB: (212,211,139)

Color info

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

RGB color model

#D4D38B color RGB value is (212,211,139).

  • red value is 212;
  • green value is 211;
  • blue value is 139.
RGB:
(212,211,139)
(83%,83%,55%)

RGB channels and saturation

R 212 of 255 = 83%
G 211 of 255 = 83%
B 139 of 255 = 55%

212
211
139

R + G + B ~ 74%. #D4D38B is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 211 + 139 = 562 (100%)
R 212 of 562 ~ 37.72%
G 211 of 562 ~ 37.54%
B 139 of 562 ~ 24.73%

%37.72
%37.54
%24.73

CMYK color model

#D4D38B color CMYK value is (0,0,34,17).

  • cyan value is 0.00%
  • magenta value is 0.47%
  • yellow value is 34.43%
  • key color value is 16.86%
CMYK:
(0,0,34,17)
C0M0Y34K17 
(0%,0%,34%,17%)
(0.00/0.00/0.34/0.17)	

CMYK percentages

%0
%0.47
%34.43
%16.86

Codes

Color #D4D38B in popluar color models

D4D38B
RGB212211139
HSL59°45.91%68.82%
HSB/HSV59°34.43%83.14%
CMYK0.00%0.47%34.43%
16.86%

Color #D4D38B in popluar number systems.

HEXD4D38B
Decimal212211139
Binary110101001101001110001011
Octal324323213

Shades and tints

Shades of #D4D38B

#D4D38B
(212,211,139)
#C1C07F
(193,192,127)
#AEAD73
(174,173,115)
#9B9A67
(155,154,103)
#88875B
(136,135,91)
#75744F
(117,116,79)
#626143
(98,97,67)
#4F4E37
(79,78,55)
#3C3B2B
(60,59,43)
#29281F
(41,40,31)
#161513
(22,21,19)
#000000
(0,0,0)

Tints of #D4D38B

#D4D38B
(212,211,139)
#D7D795
(215,215,149)
#DADB9F
(218,219,159)
#DDDFA9
(221,223,169)
#E0E3B3
(224,227,179)
#E3E7BD
(227,231,189)
#E6EBC7
(230,235,199)
#E9EFD1
(233,239,209)
#ECF3DB
(236,243,219)
#EFF7E5
(239,247,229)
#F2FBEF
(242,251,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4D38B color. Also use rgb(212,211,139) instead hex code.

Text Font Color

.myTextColor { color: #D4D38B; }

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

This text font color is #D4D38B.


Background Color

.myBgColor { background-color: #D4D38B; }

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

This div background color is #D4D38B.


Border color

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

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

This div border color is #D4D38B.


Opacity

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

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

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

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

This text has shadow with #D4D38B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4D38B on black background.


Color preview on white background

This text has color #D4D38B on white background.



Black color preview on #D4D38B background

This text has black color on #D4D38B background.


White color preview on #D4D38B background

This text has white color on #D4D38B background.