COLOR #DED3AE

HEX: #DED3AE RGB: (222,211,174)

Color info

#DED3AE contains red, green and blue colors in about the same proportion. Web safe color of #DED3AE is #CCCC99 (or #CC9).

RGB color model

#DED3AE color RGB value is (222,211,174).

RGB: (222,211,174) (87%, 83%, 68%)

RGB channels and saturation

R 222 of 255 = 87%
G 211 of 255 = 83%
B 174 of 255 = 68%

222
211
174

R + G + B ~ 79%. #DED3AE is quite light color.

Portions of RGB colors in percentages

R + G + B = 222 + 211 + 174 = 607 (100%)
R 222 of 607 ~ 36.57%
G 211 of 607 ~ 34.76%
B 174 of 607 ~ 28.67'%

%36.57
%34.76
%28.67

CMYK color model

#DED3AE color CMYK value is (0,5,22,13).

  • cyan value is 0.00%
  • magenta value is 4.95%
  • yellow value is 21.62%
  • key color value is 12.94%

CMYK: (0,5,22,13)
C0M5Y22K13 (0%, 5%, 22%, 13%)
(0.00 / 0.05 / 0.22 / 0.13)

CMYK percentages

%0
%4.95
%21.62
%12.94

Codes

Color #DED3AE in popluar color models

DE D3 AE
RGB 222 211 174
HSL 46° 42.11% 77.65%
HSB/HSV 46° 21.62% 87.06%
CMYK 0.00% 4.95% 21.62%
12.94%

Color #DED3AE in popluar number systems.

HEX DE D3 AE
Decimal 222 211 174
Binary 11011110 11010011 10101110
Octal 336 323 256

Shades and tints

Shades of #DED3AE

#DED3AE
(222,211,174)
#CAC09F
(202,192,159)
#B6AD90
(182,173,144)
#A29A81
(162,154,129)
#8E8772
(142,135,114)
#7A7463
(122,116,99)
#666154
(102,97,84)
#524E45
(82,78,69)
#3E3B36
(62,59,54)
#2A2827
(42,40,39)
#161518
(22,21,24)
#000000
(0,0,0)

Tints of #DED3AE

#DED3AE
(222,211,174)
#E1D7B5
(225,215,181)
#E4DBBC
(228,219,188)
#E7DFC3
(231,223,195)
#EAE3CA
(234,227,202)
#EDE7D1
(237,231,209)
#F0EBD8
(240,235,216)
#F3EFDF
(243,239,223)
#F6F3E6
(246,243,230)
#F9F7ED
(249,247,237)
#FCFBF4
(252,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DED3AE color. Also use rgb(222,211,174) instead hex code.

Text Font Color

.myTextColor { color: #DED3AE; }

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

This text font color is #DED3AE.

Background Color

.myBgColor { background-color: #DED3AE; }

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

This div background color is #DED3AE.

Border color

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

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

This div border color is #DED3AE.

Opacity

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

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

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

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

This text has shadow with #DED3AE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DED3AE.

Preview

Color preview on black background

This text has color #DED3AE on black background.


Color preview on white background

This text has color #DED3AE on white background.


Black color preview on #DED3AE background

This text has black color on #DED3AE background.


White color preview on #DED3AE background

This text has white color on #DED3AE background.


Related colors

Complementary color

Complementary color for #hex is #212C51.


I love getcolorcode.com

Triadic colors

1 #AEDED3 and #D3AEDE with #DED3AE are triadic colors.

2 #AED3DE and #D3DEAE with #DED3AE are triadic colors.