COLOR #D0D994

HEX: #D0D994
RGB: (208,217,148)

Color info

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

RGB color model

#D0D994 color RGB value is (208,217,148).

  • red value is 208;
  • green value is 217;
  • blue value is 148.
RGB:
(208,217,148)
(82%,85%,58%)

RGB channels and saturation

R 208 of 255 = 82%
G 217 of 255 = 85%
B 148 of 255 = 58%

208
217
148

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

Portions of RGB colors in percentages

R + G + B =
208 + 217 + 148 = 573 (100%)
R 208 of 573 ~ 36.3%
G 217 of 573 ~ 37.87%
B 148 of 573 ~ 25.83%

%36.3
%37.87
%25.83

CMYK color model

#D0D994 color CMYK value is (4,0,32,15).

  • cyan value is 4.15%
  • magenta value is 0.00%
  • yellow value is 31.80%
  • key color value is 14.90%
CMYK:
(4,0,32,15)
C4M0Y32K15 
(4%,0%,32%,15%)
(0.04/0.00/0.32/0.15)	

CMYK percentages

%4.15
%0
%31.8
%14.9

Codes

Color #D0D994 in popluar color models

D0D994
RGB208217148
HSL68°47.59%71.57%
HSB/HSV68°31.80%85.10%
CMYK4.15%0.00%31.80%
14.90%

Color #D0D994 in popluar number systems.

HEXD0D994
Decimal208217148
Binary110100001101100110010100
Octal320331224

Shades and tints

Shades of #D0D994

#D0D994
(208,217,148)
#BEC687
(190,198,135)
#ACB37A
(172,179,122)
#9AA06D
(154,160,109)
#888D60
(136,141,96)
#767A53
(118,122,83)
#646746
(100,103,70)
#525439
(82,84,57)
#40412C
(64,65,44)
#2E2E1F
(46,46,31)
#1C1B12
(28,27,18)
#000000
(0,0,0)

Tints of #D0D994

#D0D994
(208,217,148)
#D4DC9D
(212,220,157)
#D8DFA6
(216,223,166)
#DCE2AF
(220,226,175)
#E0E5B8
(224,229,184)
#E4E8C1
(228,232,193)
#E8EBCA
(232,235,202)
#ECEED3
(236,238,211)
#F0F1DC
(240,241,220)
#F4F4E5
(244,244,229)
#F8F7EE
(248,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0D994 color. Also use rgb(208,217,148) instead hex code.

Text Font Color

.myTextColor { color: #D0D994; }

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

This text font color is #D0D994.


Background Color

.myBgColor { background-color: #D0D994; }

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

This div background color is #D0D994.


Border color

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

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

This div border color is #D0D994.


Opacity

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

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

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

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

This text has shadow with #D0D994 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0D994 on black background.


Color preview on white background

This text has color #D0D994 on white background.



Black color preview on #D0D994 background

This text has black color on #D0D994 background.


White color preview on #D0D994 background

This text has white color on #D0D994 background.