COLOR #DDED8B

HEX: #DDED8B RGB: (221,237,139)

Color info

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

RGB color model

#DDED8B color RGB value is (221,237,139).

RGB: (221,237,139) (87%, 93%, 55%)

RGB channels and saturation

R 221 of 255 = 87%
G 237 of 255 = 93%
B 139 of 255 = 55%

221
237
139

R + G + B ~ 78%. #DDED8B is quite light color.

Portions of RGB colors in percentages

R + G + B = 221 + 237 + 139 = 597 (100%)
R 221 of 597 ~ 37.02%
G 237 of 597 ~ 39.7%
B 139 of 597 ~ 23.28'%

%37.02
%39.7
%23.28

CMYK color model

#DDED8B color CMYK value is (7,0,41,7).

  • cyan value is 6.75%
  • magenta value is 0.00%
  • yellow value is 41.35%
  • key color value is 7.06%

CMYK: (7,0,41,7)
C7M0Y41K7 (7%, 0%, 41%, 7%)
(0.07 / 0.00 / 0.41 / 0.07)

CMYK percentages

%6.75
%0
%41.35
%7.06

Codes

Color #DDED8B in popluar color models

DD ED 8B
RGB 221 237 139
HSL 70° 73.13% 73.73%
HSB/HSV 70° 41.35% 92.94%
CMYK 6.75% 0.00% 41.35%
7.06%

Color #DDED8B in popluar number systems.

HEX DD ED 8B
Decimal 221 237 139
Binary 11011101 11101101 10001011
Octal 335 355 213

Shades and tints

Shades of #DDED8B

#DDED8B
(221,237,139)
#C9D87F
(201,216,127)
#B5C373
(181,195,115)
#A1AE67
(161,174,103)
#8D995B
(141,153,91)
#79844F
(121,132,79)
#656F43
(101,111,67)
#515A37
(81,90,55)
#3D452B
(61,69,43)
#29301F
(41,48,31)
#151B13
(21,27,19)
#000000
(0,0,0)

Tints of #DDED8B

#DDED8B
(221,237,139)
#E0EE95
(224,238,149)
#E3EF9F
(227,239,159)
#E6F0A9
(230,240,169)
#E9F1B3
(233,241,179)
#ECF2BD
(236,242,189)
#EFF3C7
(239,243,199)
#F2F4D1
(242,244,209)
#F5F5DB
(245,245,219)
#F8F6E5
(248,246,229)
#FBF7EF
(251,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDED8B color. Also use rgb(221,237,139) instead hex code.

Text Font Color

.myTextColor { color: #DDED8B; }

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

This text font color is #DDED8B.

Background Color

.myBgColor { background-color: #DDED8B; }

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

This div background color is #DDED8B.

Border color

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

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

This div border color is #DDED8B.

Opacity

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

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

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

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

This text has shadow with #DDED8B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDED8B.

Preview

Color preview on black background

This text has color #DDED8B on black background.


Color preview on white background

This text has color #DDED8B on white background.


Black color preview on #DDED8B background

This text has black color on #DDED8B background.


White color preview on #DDED8B background

This text has white color on #DDED8B background.


Related colors

Complementary color

Complementary color for #hex is #221274.


I love getcolorcode.com

Triadic colors

1 #8BDDED and #ED8BDD with #DDED8B are triadic colors.

2 #8BEDDD and #EDDD8B with #DDED8B are triadic colors.