COLOR #DDF589

HEX: #DDF589
RGB: (221,245,137)

Color info

#DDF589 contains mainly red and green colors. Web safe color of #DDF589 is #CCFF99 (or #CF9).

RGB color model

#DDF589 color RGB value is (221,245,137).

  • red value is 221;
  • green value is 245;
  • blue value is 137.
RGB:
(221,245,137)
(87%,96%,54%)

RGB channels and saturation

R 221 of 255 = 87%
G 245 of 255 = 96%
B 137 of 255 = 54%

221
245
137

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

Portions of RGB colors in percentages

R + G + B =
221 + 245 + 137 = 603 (100%)
R 221 of 603 ~ 36.65%
G 245 of 603 ~ 40.63%
B 137 of 603 ~ 22.72%

%36.65
%40.63
%22.72

CMYK color model

#DDF589 color CMYK value is (10,0,44,4).

  • cyan value is 9.80%
  • magenta value is 0.00%
  • yellow value is 44.08%
  • key color value is 3.92%
CMYK:
(10,0,44,4)
C10M0Y44K4 
(10%,0%,44%,4%)
(0.10/0.00/0.44/0.04)	

CMYK percentages

%9.8
%0
%44.08
%3.92

Codes

Color #DDF589 in popluar color models

DDF589
RGB221245137
HSL73°84.38%74.90%
HSB/HSV73°44.08%96.08%
CMYK9.80%0.00%44.08%
3.92%

Color #DDF589 in popluar number systems.

HEXDDF589
Decimal221245137
Binary110111011111010110001001
Octal335365211

Shades and tints

Shades of #DDF589

#DDF589
(221,245,137)
#C9DF7D
(201,223,125)
#B5C971
(181,201,113)
#A1B365
(161,179,101)
#8D9D59
(141,157,89)
#79874D
(121,135,77)
#657141
(101,113,65)
#515B35
(81,91,53)
#3D4529
(61,69,41)
#292F1D
(41,47,29)
#151911
(21,25,17)
#000000
(0,0,0)

Tints of #DDF589

#DDF589
(221,245,137)
#E0F593
(224,245,147)
#E3F59D
(227,245,157)
#E6F5A7
(230,245,167)
#E9F5B1
(233,245,177)
#ECF5BB
(236,245,187)
#EFF5C5
(239,245,197)
#F2F5CF
(242,245,207)
#F5F5D9
(245,245,217)
#F8F5E3
(248,245,227)
#FBF5ED
(251,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDF589 color. Also use rgb(221,245,137) instead hex code.

Text Font Color

.myTextColor { color: #DDF589; }

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

This text font color is #DDF589.


Background Color

.myBgColor { background-color: #DDF589; }

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

This div background color is #DDF589.


Border color

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

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

This div border color is #DDF589.


Opacity

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

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

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

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

This text has shadow with #DDF589 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDF589 on black background.


Color preview on white background

This text has color #DDF589 on white background.



Black color preview on #DDF589 background

This text has black color on #DDF589 background.


White color preview on #DDF589 background

This text has white color on #DDF589 background.