COLOR #DED098

HEX: #DED098 RGB: (222,208,152)

Color info

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

RGB color model

#DED098 color RGB value is (222,208,152).

RGB: (222,208,152) (87%, 82%, 60%)

RGB channels and saturation

R 222 of 255 = 87%
G 208 of 255 = 82%
B 152 of 255 = 60%

222
208
152

R + G + B ~ 76%. #DED098 is quite light color.

Portions of RGB colors in percentages

R + G + B = 222 + 208 + 152 = 582 (100%)
R 222 of 582 ~ 38.14%
G 208 of 582 ~ 35.74%
B 152 of 582 ~ 26.12'%

%38.14
%35.74
%26.12

CMYK color model

#DED098 color CMYK value is (0,6,32,13).

  • cyan value is 0.00%
  • magenta value is 6.31%
  • yellow value is 31.53%
  • key color value is 12.94%

CMYK: (0,6,32,13)
C0M6Y32K13 (0%, 6%, 32%, 13%)
(0.00 / 0.06 / 0.32 / 0.13)

CMYK percentages

%0
%6.31
%31.53
%12.94

Codes

Color #DED098 in popluar color models

DE D0 98
RGB 222 208 152
HSL 48° 51.47% 73.33%
HSB/HSV 48° 31.53% 87.06%
CMYK 0.00% 6.31% 31.53%
12.94%

Color #DED098 in popluar number systems.

HEX DE D0 98
Decimal 222 208 152
Binary 11011110 11010000 10011000
Octal 336 320 230

Shades and tints

Shades of #DED098

#DED098
(222,208,152)
#CABE8B
(202,190,139)
#B6AC7E
(182,172,126)
#A29A71
(162,154,113)
#8E8864
(142,136,100)
#7A7657
(122,118,87)
#66644A
(102,100,74)
#52523D
(82,82,61)
#3E4030
(62,64,48)
#2A2E23
(42,46,35)
#161C16
(22,28,22)
#000000
(0,0,0)

Tints of #DED098

#DED098
(222,208,152)
#E1D4A1
(225,212,161)
#E4D8AA
(228,216,170)
#E7DCB3
(231,220,179)
#EAE0BC
(234,224,188)
#EDE4C5
(237,228,197)
#F0E8CE
(240,232,206)
#F3ECD7
(243,236,215)
#F6F0E0
(246,240,224)
#F9F4E9
(249,244,233)
#FCF8F2
(252,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DED098; }

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

This text font color is #DED098.

Background Color

.myBgColor { background-color: #DED098; }

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

This div background color is #DED098.

Border color

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

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

This div border color is #DED098.

Opacity

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

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

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

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

This text has shadow with #DED098 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DED098.

Preview

Color preview on black background

This text has color #DED098 on black background.


Color preview on white background

This text has color #DED098 on white background.


Black color preview on #DED098 background

This text has black color on #DED098 background.


White color preview on #DED098 background

This text has white color on #DED098 background.


Related colors

Complementary color

Complementary color for #hex is #212F67.


I love getcolorcode.com

Triadic colors

1 #98DED0 and #D098DE with #DED098 are triadic colors.

2 #98D0DE and #D0DE98 with #DED098 are triadic colors.