COLOR #DDF772

HEX: #DDF772
RGB: (221,247,114)

Color info

#DDF772 contains mainly red and green colors. Web safe color of #DDF772 is #CCFF66 (or #CF6).

RGB color model

#DDF772 color RGB value is (221,247,114).

  • red value is 221;
  • green value is 247;
  • blue value is 114.
RGB:
(221,247,114)
(87%,97%,45%)

RGB channels and saturation

R 221 of 255 = 87%
G 247 of 255 = 97%
B 114 of 255 = 45%

221
247
114

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

Portions of RGB colors in percentages

R + G + B =
221 + 247 + 114 = 582 (100%)
R 221 of 582 ~ 37.97%
G 247 of 582 ~ 42.44%
B 114 of 582 ~ 19.59%

%37.97
%42.44
%19.59

CMYK color model

#DDF772 color CMYK value is (11,0,54,3).

  • cyan value is 10.53%
  • magenta value is 0.00%
  • yellow value is 53.85%
  • key color value is 3.14%
CMYK:
(11,0,54,3)
C11M0Y54K3 
(11%,0%,54%,3%)
(0.11/0.00/0.54/0.03)	

CMYK percentages

%10.53
%0
%53.85
%3.14

Codes

Color #DDF772 in popluar color models

DDF772
RGB221247114
HSL72°89.26%70.78%
HSB/HSV72°53.85%96.86%
CMYK10.53%0.00%53.85%
3.14%

Color #DDF772 in popluar number systems.

HEXDDF772
Decimal221247114
Binary11011101111101111110010
Octal335367162

Shades and tints

Shades of #DDF772

#DDF772
(221,247,114)
#C9E168
(201,225,104)
#B5CB5E
(181,203,94)
#A1B554
(161,181,84)
#8D9F4A
(141,159,74)
#798940
(121,137,64)
#657336
(101,115,54)
#515D2C
(81,93,44)
#3D4722
(61,71,34)
#293118
(41,49,24)
#151B0E
(21,27,14)
#000000
(0,0,0)

Tints of #DDF772

#DDF772
(221,247,114)
#E0F77E
(224,247,126)
#E3F78A
(227,247,138)
#E6F796
(230,247,150)
#E9F7A2
(233,247,162)
#ECF7AE
(236,247,174)
#EFF7BA
(239,247,186)
#F2F7C6
(242,247,198)
#F5F7D2
(245,247,210)
#F8F7DE
(248,247,222)
#FBF7EA
(251,247,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDF772 color. Also use rgb(221,247,114) instead hex code.

Text Font Color

.myTextColor { color: #DDF772; }

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

This text font color is #DDF772.


Background Color

.myBgColor { background-color: #DDF772; }

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

This div background color is #DDF772.


Border color

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

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

This div border color is #DDF772.


Opacity

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

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

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

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

This text has shadow with #DDF772 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDF772 on black background.


Color preview on white background

This text has color #DDF772 on white background.



Black color preview on #DDF772 background

This text has black color on #DDF772 background.


White color preview on #DDF772 background

This text has white color on #DDF772 background.