COLOR #DED498

HEX: #DED498 RGB: (222,212,152)

Color info

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

RGB color model

#DED498 color RGB value is (222,212,152).

RGB: (222,212,152) (87%, 83%, 60%)

RGB channels and saturation

R 222 of 255 = 87%
G 212 of 255 = 83%
B 152 of 255 = 60%

222
212
152

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

Portions of RGB colors in percentages

R + G + B = 222 + 212 + 152 = 586 (100%)
R 222 of 586 ~ 37.88%
G 212 of 586 ~ 36.18%
B 152 of 586 ~ 25.94'%

%37.88
%36.18
%25.94

CMYK color model

#DED498 color CMYK value is (0,5,32,13).

  • cyan value is 0.00%
  • magenta value is 4.50%
  • yellow value is 31.53%
  • key color value is 12.94%
CMYK: (0,5,32,13) C0M5Y32K13 (0%,5%,32%,13%) (0.00/0.05/0.32/0.13) 

CMYK percentages

%0
%4.5
%31.53
%12.94

Codes

Color #DED498 in popluar color models

DE D4 98
RGB 222 212 152
HSL 51° 51.47% 73.33%
HSB/HSV 51° 31.53% 87.06%
CMYK 0.00% 4.50% 31.53%
12.94%

Color #DED498 in popluar number systems.

HEX DE D4 98
Decimal 222 212 152
Binary 11011110 11010100 10011000
Octal 336 324 230

Shades and tints

Shades of #DED498

#DED498
(222,212,152)
#CAC18B
(202,193,139)
#B6AE7E
(182,174,126)
#A29B71
(162,155,113)
#8E8864
(142,136,100)
#7A7557
(122,117,87)
#66624A
(102,98,74)
#524F3D
(82,79,61)
#3E3C30
(62,60,48)
#2A2923
(42,41,35)
#161616
(22,22,22)
#000000
(0,0,0)

Tints of #DED498

#DED498
(222,212,152)
#E1D7A1
(225,215,161)
#E4DAAA
(228,218,170)
#E7DDB3
(231,221,179)
#EAE0BC
(234,224,188)
#EDE3C5
(237,227,197)
#F0E6CE
(240,230,206)
#F3E9D7
(243,233,215)
#F6ECE0
(246,236,224)
#F9EFE9
(249,239,233)
#FCF2F2
(252,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DED498 color. Also use rgb(222,212,152) instead hex code.

Text Font Color

.myTextColor { color: #DED498; }

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

This text font color is #DED498.

Background Color

.myBgColor { background-color: #DED498; }

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

This div background color is #DED498.

Border color

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

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

This div border color is #DED498.

Opacity

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

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

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

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

This text has shadow with #DED498 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DED498.

Preview

Color preview on black background

This text has color #DED498 on black background.


Color preview on white background

This text has color #DED498 on white background.


Black color preview on #DED498 background

This text has black color on #DED498 background.


White color preview on #DED498 background

This text has white color on #DED498 background.


Related colors

Complementary color

Complementary color for #hex is #212B67.


I love getcolorcode.com

Triadic colors

1 #98DED4 and #D498DE with #DED498 are triadic colors.

2 #98D4DE and #D4DE98 with #DED498 are triadic colors.