COLOR #DDE07A

HEX: #DDE07A RGB: (221,224,122)

Color info

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

RGB color model

#DDE07A color RGB value is (221,224,122).

RGB: (221,224,122) (87%, 88%, 48%)

RGB channels and saturation

R 221 of 255 = 87%
G 224 of 255 = 88%
B 122 of 255 = 48%

221
224
122

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

Portions of RGB colors in percentages

R + G + B = 221 + 224 + 122 = 567 (100%)
R 221 of 567 ~ 38.98%
G 224 of 567 ~ 39.51%
B 122 of 567 ~ 21.52'%

%38.98
%39.51
%21.52

CMYK color model

#DDE07A color CMYK value is (1,0,46,12).

  • cyan value is 1.34%
  • magenta value is 0.00%
  • yellow value is 45.54%
  • key color value is 12.16%

CMYK: (1,0,46,12)
C1M0Y46K12 (1%, 0%, 46%, 12%)
(0.01 / 0.00 / 0.46 / 0.12)

CMYK percentages

%1.34
%0
%45.54
%12.16

Codes

Color #DDE07A in popluar color models

DD E0 7A
RGB 221 224 122
HSL 62° 62.20% 67.84%
HSB/HSV 62° 45.54% 87.84%
CMYK 1.34% 0.00% 45.54%
12.16%

Color #DDE07A in popluar number systems.

HEX DD E0 7A
Decimal 221 224 122
Binary 11011101 11100000 1111010
Octal 335 340 172

Shades and tints

Shades of #DDE07A

#DDE07A
(221,224,122)
#C9CC6F
(201,204,111)
#B5B864
(181,184,100)
#A1A459
(161,164,89)
#8D904E
(141,144,78)
#797C43
(121,124,67)
#656838
(101,104,56)
#51542D
(81,84,45)
#3D4022
(61,64,34)
#292C17
(41,44,23)
#15180C
(21,24,12)
#000000
(0,0,0)

Tints of #DDE07A

#DDE07A
(221,224,122)
#E0E286
(224,226,134)
#E3E492
(227,228,146)
#E6E69E
(230,230,158)
#E9E8AA
(233,232,170)
#ECEAB6
(236,234,182)
#EFECC2
(239,236,194)
#F2EECE
(242,238,206)
#F5F0DA
(245,240,218)
#F8F2E6
(248,242,230)
#FBF4F2
(251,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDE07A color. Also use rgb(221,224,122) instead hex code.

Text Font Color

.myTextColor { color: #DDE07A; }

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

This text font color is #DDE07A.

Background Color

.myBgColor { background-color: #DDE07A; }

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

This div background color is #DDE07A.

Border color

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

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

This div border color is #DDE07A.

Opacity

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

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

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

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

This text has shadow with #DDE07A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDE07A.

Preview

Color preview on black background

This text has color #DDE07A on black background.


Color preview on white background

This text has color #DDE07A on white background.


Black color preview on #DDE07A background

This text has black color on #DDE07A background.


White color preview on #DDE07A background

This text has white color on #DDE07A background.


Related colors

Complementary color

Complementary color for #hex is #221F85.


I love getcolorcode.com

Triadic colors

1 #7ADDE0 and #E07ADD with #DDE07A are triadic colors.

2 #7AE0DD and #E0DD7A with #DDE07A are triadic colors.