COLOR #D8D995

HEX: #D8D995
RGB: (216,217,149)

Color info

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

RGB color model

#D8D995 color RGB value is (216,217,149).

  • red value is 216;
  • green value is 217;
  • blue value is 149.
RGB:
(216,217,149)
(85%,85%,58%)

RGB channels and saturation

R 216 of 255 = 85%
G 217 of 255 = 85%
B 149 of 255 = 58%

216
217
149

R + G + B ~ 76%. #D8D995 is quite light color.

Portions of RGB colors in percentages

R + G + B =
216 + 217 + 149 = 582 (100%)
R 216 of 582 ~ 37.11%
G 217 of 582 ~ 37.29%
B 149 of 582 ~ 25.6%

%37.11
%37.29
%25.6

CMYK color model

#D8D995 color CMYK value is (0,0,31,15).

  • cyan value is 0.46%
  • magenta value is 0.00%
  • yellow value is 31.34%
  • key color value is 14.90%
CMYK:
(0,0,31,15)
C0M0Y31K15 
(0%,0%,31%,15%)
(0.00/0.00/0.31/0.15)	

CMYK percentages

%0.46
%0
%31.34
%14.9

Codes

Color #D8D995 in popluar color models

D8D995
RGB216217149
HSL61°47.22%71.76%
HSB/HSV61°31.34%85.10%
CMYK0.46%0.00%31.34%
14.90%

Color #D8D995 in popluar number systems.

HEXD8D995
Decimal216217149
Binary110110001101100110010101
Octal330331225

Shades and tints

Shades of #D8D995

#D8D995
(216,217,149)
#C5C688
(197,198,136)
#B2B37B
(178,179,123)
#9FA06E
(159,160,110)
#8C8D61
(140,141,97)
#797A54
(121,122,84)
#666747
(102,103,71)
#53543A
(83,84,58)
#40412D
(64,65,45)
#2D2E20
(45,46,32)
#1A1B13
(26,27,19)
#000000
(0,0,0)

Tints of #D8D995

#D8D995
(216,217,149)
#DBDC9E
(219,220,158)
#DEDFA7
(222,223,167)
#E1E2B0
(225,226,176)
#E4E5B9
(228,229,185)
#E7E8C2
(231,232,194)
#EAEBCB
(234,235,203)
#EDEED4
(237,238,212)
#F0F1DD
(240,241,221)
#F3F4E6
(243,244,230)
#F6F7EF
(246,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8D995 color. Also use rgb(216,217,149) instead hex code.

Text Font Color

.myTextColor { color: #D8D995; }

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

This text font color is #D8D995.


Background Color

.myBgColor { background-color: #D8D995; }

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

This div background color is #D8D995.


Border color

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

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

This div border color is #D8D995.


Opacity

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

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

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

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

This text has shadow with #D8D995 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8D995 on black background.


Color preview on white background

This text has color #D8D995 on white background.



Black color preview on #D8D995 background

This text has black color on #D8D995 background.


White color preview on #D8D995 background

This text has white color on #D8D995 background.