COLOR #DED99D

HEX: #DED99D RGB: (222,217,157)

Color info

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

RGB color model

#DED99D color RGB value is (222,217,157).

RGB: (222,217,157) (87%, 85%, 62%)

RGB channels and saturation

R 222 of 255 = 87%
G 217 of 255 = 85%
B 157 of 255 = 62%

222
217
157

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

Portions of RGB colors in percentages

R + G + B = 222 + 217 + 157 = 596 (100%)
R 222 of 596 ~ 37.25%
G 217 of 596 ~ 36.41%
B 157 of 596 ~ 26.34'%

%37.25
%36.41
%26.34

CMYK color model

#DED99D color CMYK value is (0,2,29,13).

  • cyan value is 0.00%
  • magenta value is 2.25%
  • yellow value is 29.28%
  • key color value is 12.94%

CMYK: (0,2,29,13)
C0M2Y29K13 (0%, 2%, 29%, 13%)
(0.00 / 0.02 / 0.29 / 0.13)

CMYK percentages

%0
%2.25
%29.28
%12.94

Codes

Color #DED99D in popluar color models

DE D9 9D
RGB 222 217 157
HSL 55° 49.62% 74.31%
HSB/HSV 55° 29.28% 87.06%
CMYK 0.00% 2.25% 29.28%
12.94%

Color #DED99D in popluar number systems.

HEX DE D9 9D
Decimal 222 217 157
Binary 11011110 11011001 10011101
Octal 336 331 235

Shades and tints

Shades of #DED99D

#DED99D
(222,217,157)
#CAC68F
(202,198,143)
#B6B381
(182,179,129)
#A2A073
(162,160,115)
#8E8D65
(142,141,101)
#7A7A57
(122,122,87)
#666749
(102,103,73)
#52543B
(82,84,59)
#3E412D
(62,65,45)
#2A2E1F
(42,46,31)
#161B11
(22,27,17)
#000000
(0,0,0)

Tints of #DED99D

#DED99D
(222,217,157)
#E1DCA5
(225,220,165)
#E4DFAD
(228,223,173)
#E7E2B5
(231,226,181)
#EAE5BD
(234,229,189)
#EDE8C5
(237,232,197)
#F0EBCD
(240,235,205)
#F3EED5
(243,238,213)
#F6F1DD
(246,241,221)
#F9F4E5
(249,244,229)
#FCF7ED
(252,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DED99D color. Also use rgb(222,217,157) instead hex code.

Text Font Color

.myTextColor { color: #DED99D; }

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

This text font color is #DED99D.

Background Color

.myBgColor { background-color: #DED99D; }

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

This div background color is #DED99D.

Border color

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

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

This div border color is #DED99D.

Opacity

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

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

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

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

This text has shadow with #DED99D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DED99D.

Preview

Color preview on black background

This text has color #DED99D on black background.


Color preview on white background

This text has color #DED99D on white background.


Black color preview on #DED99D background

This text has black color on #DED99D background.


White color preview on #DED99D background

This text has white color on #DED99D background.


Related colors

Complementary color

Complementary color for #hex is #212662.


I love getcolorcode.com

Triadic colors

1 #9DDED9 and #D99DDE with #DED99D are triadic colors.

2 #9DD9DE and #D9DE9D with #DED99D are triadic colors.