COLOR #DDE29C

HEX: #DDE29C RGB: (221,226,156)

Color info

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

RGB color model

#DDE29C color RGB value is (221,226,156).

RGB: (221,226,156) (87%, 89%, 61%)

RGB channels and saturation

R 221 of 255 = 87%
G 226 of 255 = 89%
B 156 of 255 = 61%

221
226
156

R + G + B ~ 79%. #DDE29C is quite light color.

Portions of RGB colors in percentages

R + G + B = 221 + 226 + 156 = 603 (100%)
R 221 of 603 ~ 36.65%
G 226 of 603 ~ 37.48%
B 156 of 603 ~ 25.87'%

%36.65
%37.48
%25.87

CMYK color model

#DDE29C color CMYK value is (2,0,31,11).

  • cyan value is 2.21%
  • magenta value is 0.00%
  • yellow value is 30.97%
  • key color value is 11.37%

CMYK: (2,0,31,11)
C2M0Y31K11 (2%, 0%, 31%, 11%)
(0.02 / 0.00 / 0.31 / 0.11)

CMYK percentages

%2.21
%0
%30.97
%11.37

Codes

Color #DDE29C in popluar color models

DD E2 9C
RGB 221 226 156
HSL 64° 54.69% 74.90%
HSB/HSV 64° 30.97% 88.63%
CMYK 2.21% 0.00% 30.97%
11.37%

Color #DDE29C in popluar number systems.

HEX DD E2 9C
Decimal 221 226 156
Binary 11011101 11100010 10011100
Octal 335 342 234

Shades and tints

Shades of #DDE29C

#DDE29C
(221,226,156)
#C9CE8E
(201,206,142)
#B5BA80
(181,186,128)
#A1A672
(161,166,114)
#8D9264
(141,146,100)
#797E56
(121,126,86)
#656A48
(101,106,72)
#51563A
(81,86,58)
#3D422C
(61,66,44)
#292E1E
(41,46,30)
#151A10
(21,26,16)
#000000
(0,0,0)

Tints of #DDE29C

#DDE29C
(221,226,156)
#E0E4A5
(224,228,165)
#E3E6AE
(227,230,174)
#E6E8B7
(230,232,183)
#E9EAC0
(233,234,192)
#ECECC9
(236,236,201)
#EFEED2
(239,238,210)
#F2F0DB
(242,240,219)
#F5F2E4
(245,242,228)
#F8F4ED
(248,244,237)
#FBF6F6
(251,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDE29C color. Also use rgb(221,226,156) instead hex code.

Text Font Color

.myTextColor { color: #DDE29C; }

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

This text font color is #DDE29C.

Background Color

.myBgColor { background-color: #DDE29C; }

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

This div background color is #DDE29C.

Border color

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

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

This div border color is #DDE29C.

Opacity

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

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

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

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

This text has shadow with #DDE29C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDE29C.

Preview

Color preview on black background

This text has color #DDE29C on black background.


Color preview on white background

This text has color #DDE29C on white background.


Black color preview on #DDE29C background

This text has black color on #DDE29C background.


White color preview on #DDE29C background

This text has white color on #DDE29C background.


Related colors

Complementary color

Complementary color for #hex is #221D63.


I love getcolorcode.com

Triadic colors

1 #9CDDE2 and #E29CDD with #DDE29C are triadic colors.

2 #9CE2DD and #E2DD9C with #DDE29C are triadic colors.