COLOR #DED995

HEX: #DED995 RGB: (222,217,149)

Color info

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

RGB color model

#DED995 color RGB value is (222,217,149).

RGB: (222,217,149) (87%, 85%, 58%)

RGB channels and saturation

R 222 of 255 = 87%
G 217 of 255 = 85%
B 149 of 255 = 58%

222
217
149

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

Portions of RGB colors in percentages

R + G + B = 222 + 217 + 149 = 588 (100%)
R 222 of 588 ~ 37.76%
G 217 of 588 ~ 36.9%
B 149 of 588 ~ 25.34'%

%37.76
%36.9
%25.34

CMYK color model

#DED995 color CMYK value is (0,2,33,13).

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

CMYK: (0,2,33,13)
C0M2Y33K13 (0%, 2%, 33%, 13%)
(0.00 / 0.02 / 0.33 / 0.13)

CMYK percentages

%0
%2.25
%32.88
%12.94

Codes

Color #DED995 in popluar color models

DE D9 95
RGB 222 217 149
HSL 56° 52.52% 72.75%
HSB/HSV 56° 32.88% 87.06%
CMYK 0.00% 2.25% 32.88%
12.94%

Color #DED995 in popluar number systems.

HEX DE D9 95
Decimal 222 217 149
Binary 11011110 11011001 10010101
Octal 336 331 225

Shades and tints

Shades of #DED995

#DED995
(222,217,149)
#CAC688
(202,198,136)
#B6B37B
(182,179,123)
#A2A06E
(162,160,110)
#8E8D61
(142,141,97)
#7A7A54
(122,122,84)
#666747
(102,103,71)
#52543A
(82,84,58)
#3E412D
(62,65,45)
#2A2E20
(42,46,32)
#161B13
(22,27,19)
#000000
(0,0,0)

Tints of #DED995

#DED995
(222,217,149)
#E1DC9E
(225,220,158)
#E4DFA7
(228,223,167)
#E7E2B0
(231,226,176)
#EAE5B9
(234,229,185)
#EDE8C2
(237,232,194)
#F0EBCB
(240,235,203)
#F3EED4
(243,238,212)
#F6F1DD
(246,241,221)
#F9F4E6
(249,244,230)
#FCF7EF
(252,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DED995; }

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

This text font color is #DED995.

Background Color

.myBgColor { background-color: #DED995; }

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

This div background color is #DED995.

Border color

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

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

This div border color is #DED995.

Opacity

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

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

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

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

This text has shadow with #DED995 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DED995.

Preview

Color preview on black background

This text has color #DED995 on black background.


Color preview on white background

This text has color #DED995 on white background.


Black color preview on #DED995 background

This text has black color on #DED995 background.


White color preview on #DED995 background

This text has white color on #DED995 background.


Related colors

Complementary color

Complementary color for #hex is #21266A.


I love getcolorcode.com

Triadic colors

1 #95DED9 and #D995DE with #DED995 are triadic colors.

2 #95D9DE and #D9DE95 with #DED995 are triadic colors.