COLOR #DDF755

HEX: #DDF755
RGB: (221,247,85)

Color info

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

RGB color model

#DDF755 color RGB value is (221,247,85).

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

RGB channels and saturation

R 221 of 255 = 87%
G 247 of 255 = 97%
B 85 of 255 = 33%

221
247
85

R + G + B ~ 72%. #DDF755 is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 247 + 85 = 553 (100%)
R 221 of 553 ~ 39.96%
G 247 of 553 ~ 44.67%
B 85 of 553 ~ 15.37%

%39.96
%44.67
%15.37

CMYK color model

#DDF755 color CMYK value is (11,0,66,3).

  • cyan value is 10.53%
  • magenta value is 0.00%
  • yellow value is 65.59%
  • key color value is 3.14%
CMYK:
(11,0,66,3)
C11M0Y66K3 
(11%,0%,66%,3%)
(0.11/0.00/0.66/0.03)	

CMYK percentages

%10.53
%0
%65.59
%3.14

Codes

Color #DDF755 in popluar color models

DDF755
RGB22124785
HSL70°91.01%65.10%
HSB/HSV70°65.59%96.86%
CMYK10.53%0.00%65.59%
3.14%

Color #DDF755 in popluar number systems.

HEXDDF755
Decimal22124785
Binary11011101111101111010101
Octal335367125

Shades and tints

Shades of #DDF755

#DDF755
(221,247,85)
#C9E14E
(201,225,78)
#B5CB47
(181,203,71)
#A1B540
(161,181,64)
#8D9F39
(141,159,57)
#798932
(121,137,50)
#65732B
(101,115,43)
#515D24
(81,93,36)
#3D471D
(61,71,29)
#293116
(41,49,22)
#151B0F
(21,27,15)
#000000
(0,0,0)

Tints of #DDF755

#DDF755
(221,247,85)
#E0F764
(224,247,100)
#E3F773
(227,247,115)
#E6F782
(230,247,130)
#E9F791
(233,247,145)
#ECF7A0
(236,247,160)
#EFF7AF
(239,247,175)
#F2F7BE
(242,247,190)
#F5F7CD
(245,247,205)
#F8F7DC
(248,247,220)
#FBF7EB
(251,247,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDF755; }

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

This text font color is #DDF755.


Background Color

.myBgColor { background-color: #DDF755; }

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

This div background color is #DDF755.


Border color

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

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

This div border color is #DDF755.


Opacity

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

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

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

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

This text has shadow with #DDF755 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDF755 on black background.


Color preview on white background

This text has color #DDF755 on white background.



Black color preview on #DDF755 background

This text has black color on #DDF755 background.


White color preview on #DDF755 background

This text has white color on #DDF755 background.