COLOR #DDE477

HEX: #DDE477
RGB: (221,228,119)

Color info

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

RGB color model

#DDE477 color RGB value is (221,228,119).

  • red value is 221;
  • green value is 228;
  • blue value is 119.
RGB:
(221,228,119)
(87%,89%,47%)

RGB channels and saturation

R 221 of 255 = 87%
G 228 of 255 = 89%
B 119 of 255 = 47%

221
228
119

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

Portions of RGB colors in percentages

R + G + B =
221 + 228 + 119 = 568 (100%)
R 221 of 568 ~ 38.91%
G 228 of 568 ~ 40.14%
B 119 of 568 ~ 20.95%

%38.91
%40.14
%20.95

CMYK color model

#DDE477 color CMYK value is (3,0,48,11).

  • cyan value is 3.07%
  • magenta value is 0.00%
  • yellow value is 47.81%
  • key color value is 10.59%
CMYK:
(3,0,48,11)
C3M0Y48K11 
(3%,0%,48%,11%)
(0.03/0.00/0.48/0.11)	

CMYK percentages

%3.07
%0
%47.81
%10.59

Codes

Color #DDE477 in popluar color models

DDE477
RGB221228119
HSL64°66.87%68.04%
HSB/HSV64°47.81%89.41%
CMYK3.07%0.00%47.81%
10.59%

Color #DDE477 in popluar number systems.

HEXDDE477
Decimal221228119
Binary11011101111001001110111
Octal335344167

Shades and tints

Shades of #DDE477

#DDE477
(221,228,119)
#C9D06D
(201,208,109)
#B5BC63
(181,188,99)
#A1A859
(161,168,89)
#8D944F
(141,148,79)
#798045
(121,128,69)
#656C3B
(101,108,59)
#515831
(81,88,49)
#3D4427
(61,68,39)
#29301D
(41,48,29)
#151C13
(21,28,19)
#000000
(0,0,0)

Tints of #DDE477

#DDE477
(221,228,119)
#E0E683
(224,230,131)
#E3E88F
(227,232,143)
#E6EA9B
(230,234,155)
#E9ECA7
(233,236,167)
#ECEEB3
(236,238,179)
#EFF0BF
(239,240,191)
#F2F2CB
(242,242,203)
#F5F4D7
(245,244,215)
#F8F6E3
(248,246,227)
#FBF8EF
(251,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDE477 color. Also use rgb(221,228,119) instead hex code.

Text Font Color

.myTextColor { color: #DDE477; }

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

This text font color is #DDE477.


Background Color

.myBgColor { background-color: #DDE477; }

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

This div background color is #DDE477.


Border color

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

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

This div border color is #DDE477.


Opacity

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

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

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

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

This text has shadow with #DDE477 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDE477 on black background.


Color preview on white background

This text has color #DDE477 on white background.



Black color preview on #DDE477 background

This text has black color on #DDE477 background.


White color preview on #DDE477 background

This text has white color on #DDE477 background.