COLOR #DED699

HEX: #DED699 RGB: (222,214,153)

Color info

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

RGB color model

#DED699 color RGB value is (222,214,153).

RGB: (222,214,153) (87%, 84%, 60%)

RGB channels and saturation

R 222 of 255 = 87%
G 214 of 255 = 84%
B 153 of 255 = 60%

222
214
153

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

Portions of RGB colors in percentages

R + G + B = 222 + 214 + 153 = 589 (100%)
R 222 of 589 ~ 37.69%
G 214 of 589 ~ 36.33%
B 153 of 589 ~ 25.98'%

%37.69
%36.33
%25.98

CMYK color model

#DED699 color CMYK value is (0,4,31,13).

  • cyan value is 0.00%
  • magenta value is 3.60%
  • yellow value is 31.08%
  • key color value is 12.94%

CMYK: (0,4,31,13)
C0M4Y31K13 (0%, 4%, 31%, 13%)
(0.00 / 0.04 / 0.31 / 0.13)

CMYK percentages

%0
%3.6
%31.08
%12.94

Codes

Color #DED699 in popluar color models

DE D6 99
RGB 222 214 153
HSL 53° 51.11% 73.53%
HSB/HSV 53° 31.08% 87.06%
CMYK 0.00% 3.60% 31.08%
12.94%

Color #DED699 in popluar number systems.

HEX DE D6 99
Decimal 222 214 153
Binary 11011110 11010110 10011001
Octal 336 326 231

Shades and tints

Shades of #DED699

#DED699
(222,214,153)
#CAC38C
(202,195,140)
#B6B07F
(182,176,127)
#A29D72
(162,157,114)
#8E8A65
(142,138,101)
#7A7758
(122,119,88)
#66644B
(102,100,75)
#52513E
(82,81,62)
#3E3E31
(62,62,49)
#2A2B24
(42,43,36)
#161817
(22,24,23)
#000000
(0,0,0)

Tints of #DED699

#DED699
(222,214,153)
#E1D9A2
(225,217,162)
#E4DCAB
(228,220,171)
#E7DFB4
(231,223,180)
#EAE2BD
(234,226,189)
#EDE5C6
(237,229,198)
#F0E8CF
(240,232,207)
#F3EBD8
(243,235,216)
#F6EEE1
(246,238,225)
#F9F1EA
(249,241,234)
#FCF4F3
(252,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DED699 color. Also use rgb(222,214,153) instead hex code.

Text Font Color

.myTextColor { color: #DED699; }

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

This text font color is #DED699.

Background Color

.myBgColor { background-color: #DED699; }

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

This div background color is #DED699.

Border color

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

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

This div border color is #DED699.

Opacity

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

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

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

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

This text has shadow with #DED699 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DED699.

Preview

Color preview on black background

This text has color #DED699 on black background.


Color preview on white background

This text has color #DED699 on white background.


Black color preview on #DED699 background

This text has black color on #DED699 background.


White color preview on #DED699 background

This text has white color on #DED699 background.


Related colors

Complementary color

Complementary color for #hex is #212966.


I love getcolorcode.com

Triadic colors

1 #99DED6 and #D699DE with #DED699 are triadic colors.

2 #99D6DE and #D6DE99 with #DED699 are triadic colors.