COLOR #D4D393

HEX: #D4D393
RGB: (212,211,147)

Color info

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

RGB color model

#D4D393 color RGB value is (212,211,147).

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

RGB channels and saturation

R 212 of 255 = 83%
G 211 of 255 = 83%
B 147 of 255 = 58%

212
211
147

R + G + B ~ 75%. #D4D393 is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 211 + 147 = 570 (100%)
R 212 of 570 ~ 37.19%
G 211 of 570 ~ 37.02%
B 147 of 570 ~ 25.79%

%37.19
%37.02
%25.79

CMYK color model

#D4D393 color CMYK value is (0,0,31,17).

  • cyan value is 0.00%
  • magenta value is 0.47%
  • yellow value is 30.66%
  • key color value is 16.86%
CMYK:
(0,0,31,17)
C0M0Y31K17 
(0%,0%,31%,17%)
(0.00/0.00/0.31/0.17)	

CMYK percentages

%0
%0.47
%30.66
%16.86

Codes

Color #D4D393 in popluar color models

D4D393
RGB212211147
HSL59°43.05%70.39%
HSB/HSV59°30.66%83.14%
CMYK0.00%0.47%30.66%
16.86%

Color #D4D393 in popluar number systems.

HEXD4D393
Decimal212211147
Binary110101001101001110010011
Octal324323223

Shades and tints

Shades of #D4D393

#D4D393
(212,211,147)
#C1C086
(193,192,134)
#AEAD79
(174,173,121)
#9B9A6C
(155,154,108)
#88875F
(136,135,95)
#757452
(117,116,82)
#626145
(98,97,69)
#4F4E38
(79,78,56)
#3C3B2B
(60,59,43)
#29281E
(41,40,30)
#161511
(22,21,17)
#000000
(0,0,0)

Tints of #D4D393

#D4D393
(212,211,147)
#D7D79C
(215,215,156)
#DADBA5
(218,219,165)
#DDDFAE
(221,223,174)
#E0E3B7
(224,227,183)
#E3E7C0
(227,231,192)
#E6EBC9
(230,235,201)
#E9EFD2
(233,239,210)
#ECF3DB
(236,243,219)
#EFF7E4
(239,247,228)
#F2FBED
(242,251,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4D393; }

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

This text font color is #D4D393.


Background Color

.myBgColor { background-color: #D4D393; }

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

This div background color is #D4D393.


Border color

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

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

This div border color is #D4D393.


Opacity

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

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

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

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

This text has shadow with #D4D393 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4D393 on black background.


Color preview on white background

This text has color #D4D393 on white background.



Black color preview on #D4D393 background

This text has black color on #D4D393 background.


White color preview on #D4D393 background

This text has white color on #D4D393 background.