COLOR #D4D38D

HEX: #D4D38D
RGB: (212,211,141)

Color info

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

RGB color model

#D4D38D color RGB value is (212,211,141).

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

RGB channels and saturation

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

212
211
141

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

Portions of RGB colors in percentages

R + G + B =
212 + 211 + 141 = 564 (100%)
R 212 of 564 ~ 37.59%
G 211 of 564 ~ 37.41%
B 141 of 564 ~ 25%

%37.59
%37.41
%25

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.47%
  • yellow value is 33.49%
  • key color value is 16.86%
CMYK: (0,0,33,17) C0M0Y33K17 (0%,0%,33%,17%) (0.00/0.00/0.33/0.17)

CMYK percentages

%0
%0.47
%33.49
%16.86

Codes

Color #D4D38D in popluar color models

D4D38D
RGB212211141
HSL59°45.22%69.22%
HSB/HSV59°33.49%83.14%
CMYK0.00%0.47%33.49%
16.86%

Color #D4D38D in popluar number systems.

HEXD4D38D
Decimal212211141
Binary110101001101001110001101
Octal324323215

Shades and tints

Shades of #D4D38D

#D4D38D
(212,211,141)
#C1C081
(193,192,129)
#AEAD75
(174,173,117)
#9B9A69
(155,154,105)
#88875D
(136,135,93)
#757451
(117,116,81)
#626145
(98,97,69)
#4F4E39
(79,78,57)
#3C3B2D
(60,59,45)
#292821
(41,40,33)
#161515
(22,21,21)
#000000
(0,0,0)

Tints of #D4D38D

#D4D38D
(212,211,141)
#D7D797
(215,215,151)
#DADBA1
(218,219,161)
#DDDFAB
(221,223,171)
#E0E3B5
(224,227,181)
#E3E7BF
(227,231,191)
#E6EBC9
(230,235,201)
#E9EFD3
(233,239,211)
#ECF3DD
(236,243,221)
#EFF7E7
(239,247,231)
#F2FBF1
(242,251,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4D38D; }

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

This text font color is #D4D38D.


Background Color

.myBgColor { background-color: #D4D38D; }

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

This div background color is #D4D38D.


Border color

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

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

This div border color is #D4D38D.


Opacity

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

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

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

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

This text has shadow with #D4D38D color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #D4D38D on black background.


Color preview on white background

This text has color #D4D38D on white background.



Black color preview on #D4D38D background

This text has black color on #D4D38D background.


White color preview on #D4D38D background

This text has white color on #D4D38D background.