COLOR #DDF549

HEX: #DDF549 RGB: (221,245,73)

Color info

#DDF549 contains mainly red and green colors. Web safe color of #DDF549 is #CCFF33 (or #CF3).

RGB color model

#DDF549 color RGB value is (221,245,73).

RGB: (221,245,73) (87%, 96%, 29%)

RGB channels and saturation

R 221 of 255 = 87%
G 245 of 255 = 96%
B 73 of 255 = 29%

221
245
73

R + G + B ~ 71%. #DDF549 is quite light color.

Portions of RGB colors in percentages

R + G + B = 221 + 245 + 73 = 539 (100%)
R 221 of 539 ~ 41%
G 245 of 539 ~ 45.45%
B 73 of 539 ~ 13.54'%

%41
%45.45
%13.54

CMYK color model

#DDF549 color CMYK value is (10,0,70,4).

  • cyan value is 9.80%
  • magenta value is 0.00%
  • yellow value is 70.20%
  • key color value is 3.92%

CMYK: (10,0,70,4)
C10M0Y70K4 (10%, 0%, 70%, 4%)
(0.10 / 0.00 / 0.70 / 0.04)

CMYK percentages

%9.8
%0
%70.2
%3.92

Codes

Color #DDF549 in popluar color models

DD F5 49
RGB 221 245 73
HSL 68° 89.58% 62.35%
HSB/HSV 68° 70.20% 96.08%
CMYK 9.80% 0.00% 70.20%
3.92%

Color #DDF549 in popluar number systems.

HEX DD F5 49
Decimal 221 245 73
Binary 11011101 11110101 1001001
Octal 335 365 111

Shades and tints

Shades of #DDF549

#DDF549
(221,245,73)
#C9DF43
(201,223,67)
#B5C93D
(181,201,61)
#A1B337
(161,179,55)
#8D9D31
(141,157,49)
#79872B
(121,135,43)
#657125
(101,113,37)
#515B1F
(81,91,31)
#3D4519
(61,69,25)
#292F13
(41,47,19)
#15190D
(21,25,13)
#000000
(0,0,0)

Tints of #DDF549

#DDF549
(221,245,73)
#E0F559
(224,245,89)
#E3F569
(227,245,105)
#E6F579
(230,245,121)
#E9F589
(233,245,137)
#ECF599
(236,245,153)
#EFF5A9
(239,245,169)
#F2F5B9
(242,245,185)
#F5F5C9
(245,245,201)
#F8F5D9
(248,245,217)
#FBF5E9
(251,245,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDF549; }

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

This text font color is #DDF549.

Background Color

.myBgColor { background-color: #DDF549; }

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

This div background color is #DDF549.

Border color

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

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

This div border color is #DDF549.

Opacity

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

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

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

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

This text has shadow with #DDF549 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDF549.

Preview

Color preview on black background

This text has color #DDF549 on black background.


Color preview on white background

This text has color #DDF549 on white background.


Black color preview on #DDF549 background

This text has black color on #DDF549 background.


White color preview on #DDF549 background

This text has white color on #DDF549 background.


Related colors

Complementary color

Complementary color for #hex is #220AB6.


I love getcolorcode.com

Triadic colors

1 #49DDF5 and #F549DD with #DDF549 are triadic colors.

2 #49F5DD and #F5DD49 with #DDF549 are triadic colors.