COLOR #DDE576

HEX: #DDE576 RGB: (221,229,118)

Color info

#DDE576 contains mainly red and green colors. Web safe color of #DDE576 is #CCCC66 (or #CC6).

RGB color model

#DDE576 color RGB value is (221,229,118).

RGB: (221,229,118) (87%, 90%, 46%)

RGB channels and saturation

R 221 of 255 = 87%
G 229 of 255 = 90%
B 118 of 255 = 46%

221
229
118

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

Portions of RGB colors in percentages

R + G + B = 221 + 229 + 118 = 568 (100%)
R 221 of 568 ~ 38.91%
G 229 of 568 ~ 40.32%
B 118 of 568 ~ 20.77'%

%38.91
%40.32
%20.77

CMYK color model

#DDE576 color CMYK value is (3,0,48,10).

  • cyan value is 3.49%
  • magenta value is 0.00%
  • yellow value is 48.47%
  • key color value is 10.20%

CMYK: (3,0,48,10)
C3M0Y48K10 (3%, 0%, 48%, 10%)
(0.03 / 0.00 / 0.48 / 0.10)

CMYK percentages

%3.49
%0
%48.47
%10.2

Codes

Color #DDE576 in popluar color models

DD E5 76
RGB 221 229 118
HSL 64° 68.10% 68.04%
HSB/HSV 64° 48.47% 89.80%
CMYK 3.49% 0.00% 48.47%
10.20%

Color #DDE576 in popluar number systems.

HEX DD E5 76
Decimal 221 229 118
Binary 11011101 11100101 1110110
Octal 335 345 166

Shades and tints

Shades of #DDE576

#DDE576
(221,229,118)
#C9D16C
(201,209,108)
#B5BD62
(181,189,98)
#A1A958
(161,169,88)
#8D954E
(141,149,78)
#798144
(121,129,68)
#656D3A
(101,109,58)
#515930
(81,89,48)
#3D4526
(61,69,38)
#29311C
(41,49,28)
#151D12
(21,29,18)
#000000
(0,0,0)

Tints of #DDE576

#DDE576
(221,229,118)
#E0E782
(224,231,130)
#E3E98E
(227,233,142)
#E6EB9A
(230,235,154)
#E9EDA6
(233,237,166)
#ECEFB2
(236,239,178)
#EFF1BE
(239,241,190)
#F2F3CA
(242,243,202)
#F5F5D6
(245,245,214)
#F8F7E2
(248,247,226)
#FBF9EE
(251,249,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDE576 color. Also use rgb(221,229,118) instead hex code.

Text Font Color

.myTextColor { color: #DDE576; }

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

This text font color is #DDE576.

Background Color

.myBgColor { background-color: #DDE576; }

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

This div background color is #DDE576.

Border color

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

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

This div border color is #DDE576.

Opacity

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

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

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

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

This text has shadow with #DDE576 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDE576.

Preview

Color preview on black background

This text has color #DDE576 on black background.


Color preview on white background

This text has color #DDE576 on white background.


Black color preview on #DDE576 background

This text has black color on #DDE576 background.


White color preview on #DDE576 background

This text has white color on #DDE576 background.


Related colors

Complementary color

Complementary color for #hex is #221A89.


I love getcolorcode.com

Triadic colors

1 #76DDE5 and #E576DD with #DDE576 are triadic colors.

2 #76E5DD and #E5DD76 with #DDE576 are triadic colors.