COLOR #D9DD81

HEX: #D9DD81 RGB: (217,221,129)

Color info

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

RGB color model

#D9DD81 color RGB value is (217,221,129).

RGB: (217,221,129) (85%, 87%, 51%)

RGB channels and saturation

R 217 of 255 = 85%
G 221 of 255 = 87%
B 129 of 255 = 51%

217
221
129

R + G + B ~ 74%. #D9DD81 is quite light color.

Portions of RGB colors in percentages

R + G + B = 217 + 221 + 129 = 567 (100%)
R 217 of 567 ~ 38.27%
G 221 of 567 ~ 38.98%
B 129 of 567 ~ 22.75'%

%38.27
%38.98
%22.75

CMYK color model

#D9DD81 color CMYK value is (2,0,42,13).

  • cyan value is 1.81%
  • magenta value is 0.00%
  • yellow value is 41.63%
  • key color value is 13.33%

CMYK: (2,0,42,13)
C2M0Y42K13 (2%, 0%, 42%, 13%)
(0.02 / 0.00 / 0.42 / 0.13)

CMYK percentages

%1.81
%0
%41.63
%13.33

Codes

Color #D9DD81 in popluar color models

D9 DD 81
RGB 217 221 129
HSL 63° 57.50% 68.63%
HSB/HSV 63° 41.63% 86.67%
CMYK 1.81% 0.00% 41.63%
13.33%

Color #D9DD81 in popluar number systems.

HEX D9 DD 81
Decimal 217 221 129
Binary 11011001 11011101 10000001
Octal 331 335 201

Shades and tints

Shades of #D9DD81

#D9DD81
(217,221,129)
#C6C976
(198,201,118)
#B3B56B
(179,181,107)
#A0A160
(160,161,96)
#8D8D55
(141,141,85)
#7A794A
(122,121,74)
#67653F
(103,101,63)
#545134
(84,81,52)
#413D29
(65,61,41)
#2E291E
(46,41,30)
#1B1513
(27,21,19)
#000000
(0,0,0)

Tints of #D9DD81

#D9DD81
(217,221,129)
#DCE08C
(220,224,140)
#DFE397
(223,227,151)
#E2E6A2
(226,230,162)
#E5E9AD
(229,233,173)
#E8ECB8
(232,236,184)
#EBEFC3
(235,239,195)
#EEF2CE
(238,242,206)
#F1F5D9
(241,245,217)
#F4F8E4
(244,248,228)
#F7FBEF
(247,251,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9DD81 color. Also use rgb(217,221,129) instead hex code.

Text Font Color

.myTextColor { color: #D9DD81; }

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

This text font color is #D9DD81.

Background Color

.myBgColor { background-color: #D9DD81; }

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

This div background color is #D9DD81.

Border color

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

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

This div border color is #D9DD81.

Opacity

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

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

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

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

This text has shadow with #D9DD81 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9DD81.

Preview

Color preview on black background

This text has color #D9DD81 on black background.


Color preview on white background

This text has color #D9DD81 on white background.


Black color preview on #D9DD81 background

This text has black color on #D9DD81 background.


White color preview on #D9DD81 background

This text has white color on #D9DD81 background.


Related colors

Complementary color

Complementary color for #hex is #26227E.


I love getcolorcode.com

Triadic colors

1 #81D9DD and #DD81D9 with #D9DD81 are triadic colors.

2 #81DDD9 and #DDD981 with #D9DD81 are triadic colors.