COLOR #D8D493

HEX: #D8D493
RGB: (216,212,147)

Color info

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

RGB color model

#D8D493 color RGB value is (216,212,147).

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

RGB channels and saturation

R 216 of 255 = 85%
G 212 of 255 = 83%
B 147 of 255 = 58%

216
212
147

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

Portions of RGB colors in percentages

R + G + B =
216 + 212 + 147 = 575 (100%)
R 216 of 575 ~ 37.57%
G 212 of 575 ~ 36.87%
B 147 of 575 ~ 25.57%

%37.57
%36.87
%25.57

CMYK color model

#D8D493 color CMYK value is (0,2,32,15).

  • cyan value is 0.00%
  • magenta value is 1.85%
  • yellow value is 31.94%
  • key color value is 15.29%
CMYK:
(0,2,32,15)
C0M2Y32K15 
(0%,2%,32%,15%)
(0.00/0.02/0.32/0.15)	

CMYK percentages

%0
%1.85
%31.94
%15.29

Codes

Color #D8D493 in popluar color models

D8D493
RGB216212147
HSL57°46.94%71.18%
HSB/HSV57°31.94%84.71%
CMYK0.00%1.85%31.94%
15.29%

Color #D8D493 in popluar number systems.

HEXD8D493
Decimal216212147
Binary110110001101010010010011
Octal330324223

Shades and tints

Shades of #D8D493

#D8D493
(216,212,147)
#C5C186
(197,193,134)
#B2AE79
(178,174,121)
#9F9B6C
(159,155,108)
#8C885F
(140,136,95)
#797552
(121,117,82)
#666245
(102,98,69)
#534F38
(83,79,56)
#403C2B
(64,60,43)
#2D291E
(45,41,30)
#1A1611
(26,22,17)
#000000
(0,0,0)

Tints of #D8D493

#D8D493
(216,212,147)
#DBD79C
(219,215,156)
#DEDAA5
(222,218,165)
#E1DDAE
(225,221,174)
#E4E0B7
(228,224,183)
#E7E3C0
(231,227,192)
#EAE6C9
(234,230,201)
#EDE9D2
(237,233,210)
#F0ECDB
(240,236,219)
#F3EFE4
(243,239,228)
#F6F2ED
(246,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8D493; }

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

This text font color is #D8D493.


Background Color

.myBgColor { background-color: #D8D493; }

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

This div background color is #D8D493.


Border color

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

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

This div border color is #D8D493.


Opacity

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

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

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

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

This text has shadow with #D8D493 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8D493 on black background.


Color preview on white background

This text has color #D8D493 on white background.



Black color preview on #D8D493 background

This text has black color on #D8D493 background.


White color preview on #D8D493 background

This text has white color on #D8D493 background.