COLOR #DDE279

HEX: #DDE279
RGB: (221,226,121)

Color info

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

RGB color model

#DDE279 color RGB value is (221,226,121).

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

RGB channels and saturation

R 221 of 255 = 87%
G 226 of 255 = 89%
B 121 of 255 = 47%

221
226
121

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

Portions of RGB colors in percentages

R + G + B =
221 + 226 + 121 = 568 (100%)
R 221 of 568 ~ 38.91%
G 226 of 568 ~ 39.79%
B 121 of 568 ~ 21.3%

%38.91
%39.79
%21.3

CMYK color model

#DDE279 color CMYK value is (2,0,46,11).

  • cyan value is 2.21%
  • magenta value is 0.00%
  • yellow value is 46.46%
  • key color value is 11.37%
CMYK:
(2,0,46,11)
C2M0Y46K11 
(2%,0%,46%,11%)
(0.02/0.00/0.46/0.11)	

CMYK percentages

%2.21
%0
%46.46
%11.37

Codes

Color #DDE279 in popluar color models

DDE279
RGB221226121
HSL63°64.42%68.04%
HSB/HSV63°46.46%88.63%
CMYK2.21%0.00%46.46%
11.37%

Color #DDE279 in popluar number systems.

HEXDDE279
Decimal221226121
Binary11011101111000101111001
Octal335342171

Shades and tints

Shades of #DDE279

#DDE279
(221,226,121)
#C9CE6E
(201,206,110)
#B5BA63
(181,186,99)
#A1A658
(161,166,88)
#8D924D
(141,146,77)
#797E42
(121,126,66)
#656A37
(101,106,55)
#51562C
(81,86,44)
#3D4221
(61,66,33)
#292E16
(41,46,22)
#151A0B
(21,26,11)
#000000
(0,0,0)

Tints of #DDE279

#DDE279
(221,226,121)
#E0E485
(224,228,133)
#E3E691
(227,230,145)
#E6E89D
(230,232,157)
#E9EAA9
(233,234,169)
#ECECB5
(236,236,181)
#EFEEC1
(239,238,193)
#F2F0CD
(242,240,205)
#F5F2D9
(245,242,217)
#F8F4E5
(248,244,229)
#FBF6F1
(251,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDE279 color. Also use rgb(221,226,121) instead hex code.

Text Font Color

.myTextColor { color: #DDE279; }

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

This text font color is #DDE279.


Background Color

.myBgColor { background-color: #DDE279; }

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

This div background color is #DDE279.


Border color

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

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

This div border color is #DDE279.


Opacity

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

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

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

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

This text has shadow with #DDE279 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDE279 on black background.


Color preview on white background

This text has color #DDE279 on white background.



Black color preview on #DDE279 background

This text has black color on #DDE279 background.


White color preview on #DDE279 background

This text has white color on #DDE279 background.