COLOR #D9DC94

HEX: #D9DC94
RGB: (217,220,148)

Color info

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

RGB color model

#D9DC94 color RGB value is (217,220,148).

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

RGB channels and saturation

R 217 of 255 = 85%
G 220 of 255 = 86%
B 148 of 255 = 58%

217
220
148

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

Portions of RGB colors in percentages

R + G + B =
217 + 220 + 148 = 585 (100%)
R 217 of 585 ~ 37.09%
G 220 of 585 ~ 37.61%
B 148 of 585 ~ 25.3%

%37.09
%37.61
%25.3

CMYK color model

#D9DC94 color CMYK value is (1,0,33,14).

  • cyan value is 1.36%
  • magenta value is 0.00%
  • yellow value is 32.73%
  • key color value is 13.73%
CMYK:
(1,0,33,14)
C1M0Y33K14 
(1%,0%,33%,14%)
(0.01/0.00/0.33/0.14)	

CMYK percentages

%1.36
%0
%32.73
%13.73

Codes

Color #D9DC94 in popluar color models

D9DC94
RGB217220148
HSL63°50.70%72.16%
HSB/HSV63°32.73%86.27%
CMYK1.36%0.00%32.73%
13.73%

Color #D9DC94 in popluar number systems.

HEXD9DC94
Decimal217220148
Binary110110011101110010010100
Octal331334224

Shades and tints

Shades of #D9DC94

#D9DC94
(217,220,148)
#C6C887
(198,200,135)
#B3B47A
(179,180,122)
#A0A06D
(160,160,109)
#8D8C60
(141,140,96)
#7A7853
(122,120,83)
#676446
(103,100,70)
#545039
(84,80,57)
#413C2C
(65,60,44)
#2E281F
(46,40,31)
#1B1412
(27,20,18)
#000000
(0,0,0)

Tints of #D9DC94

#D9DC94
(217,220,148)
#DCDF9D
(220,223,157)
#DFE2A6
(223,226,166)
#E2E5AF
(226,229,175)
#E5E8B8
(229,232,184)
#E8EBC1
(232,235,193)
#EBEECA
(235,238,202)
#EEF1D3
(238,241,211)
#F1F4DC
(241,244,220)
#F4F7E5
(244,247,229)
#F7FAEE
(247,250,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9DC94; }

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

This text font color is #D9DC94.


Background Color

.myBgColor { background-color: #D9DC94; }

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

This div background color is #D9DC94.


Border color

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

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

This div border color is #D9DC94.


Opacity

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

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

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

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

This text has shadow with #D9DC94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9DC94 on black background.


Color preview on white background

This text has color #D9DC94 on white background.



Black color preview on #D9DC94 background

This text has black color on #D9DC94 background.


White color preview on #D9DC94 background

This text has white color on #D9DC94 background.