COLOR #DDE38E

HEX: #DDE38E RGB: (221,227,142)

Color info

#DDE38E contains mainly red and green colors. Web safe color of #DDE38E is #CCCC99 (or #CC9).

RGB color model

#DDE38E color RGB value is (221,227,142).

RGB: (221,227,142) (87%, 89%, 56%)

RGB channels and saturation

R 221 of 255 = 87%
G 227 of 255 = 89%
B 142 of 255 = 56%

221
227
142

R + G + B ~ 77%. #DDE38E is quite light color.

Portions of RGB colors in percentages

R + G + B = 221 + 227 + 142 = 590 (100%)
R 221 of 590 ~ 37.46%
G 227 of 590 ~ 38.47%
B 142 of 590 ~ 24.07'%

%37.46
%38.47
%24.07

CMYK color model

#DDE38E color CMYK value is (3,0,37,11).

  • cyan value is 2.64%
  • magenta value is 0.00%
  • yellow value is 37.44%
  • key color value is 10.98%

CMYK: (3,0,37,11)
C3M0Y37K11 (3%, 0%, 37%, 11%)
(0.03 / 0.00 / 0.37 / 0.11)

CMYK percentages

%2.64
%0
%37.44
%10.98

Codes

Color #DDE38E in popluar color models

DD E3 8E
RGB 221 227 142
HSL 64° 60.28% 72.35%
HSB/HSV 64° 37.44% 89.02%
CMYK 2.64% 0.00% 37.44%
10.98%

Color #DDE38E in popluar number systems.

HEX DD E3 8E
Decimal 221 227 142
Binary 11011101 11100011 10001110
Octal 335 343 216

Shades and tints

Shades of #DDE38E

#DDE38E
(221,227,142)
#C9CF82
(201,207,130)
#B5BB76
(181,187,118)
#A1A76A
(161,167,106)
#8D935E
(141,147,94)
#797F52
(121,127,82)
#656B46
(101,107,70)
#51573A
(81,87,58)
#3D432E
(61,67,46)
#292F22
(41,47,34)
#151B16
(21,27,22)
#000000
(0,0,0)

Tints of #DDE38E

#DDE38E
(221,227,142)
#E0E598
(224,229,152)
#E3E7A2
(227,231,162)
#E6E9AC
(230,233,172)
#E9EBB6
(233,235,182)
#ECEDC0
(236,237,192)
#EFEFCA
(239,239,202)
#F2F1D4
(242,241,212)
#F5F3DE
(245,243,222)
#F8F5E8
(248,245,232)
#FBF7F2
(251,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDE38E color. Also use rgb(221,227,142) instead hex code.

Text Font Color

.myTextColor { color: #DDE38E; }

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

This text font color is #DDE38E.

Background Color

.myBgColor { background-color: #DDE38E; }

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

This div background color is #DDE38E.

Border color

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

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

This div border color is #DDE38E.

Opacity

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

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

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

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

This text has shadow with #DDE38E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDE38E.

Preview

Color preview on black background

This text has color #DDE38E on black background.


Color preview on white background

This text has color #DDE38E on white background.


Black color preview on #DDE38E background

This text has black color on #DDE38E background.


White color preview on #DDE38E background

This text has white color on #DDE38E background.


Related colors

Complementary color

Complementary color for #hex is #221C71.


I love getcolorcode.com

Triadic colors

1 #8EDDE3 and #E38EDD with #DDE38E are triadic colors.

2 #8EE3DD and #E3DD8E with #DDE38E are triadic colors.