COLOR #DDD098

HEX: #DDD098 RGB: (221,208,152)

Color info

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

RGB color model

#DDD098 color RGB value is (221,208,152).

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

RGB channels and saturation

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

221
208
152

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

Portions of RGB colors in percentages

R + G + B = 221 + 208 + 152 = 581 (100%)
R 221 of 581 ~ 38.04%
G 208 of 581 ~ 35.8%
B 152 of 581 ~ 26.16'%

%38.04
%35.8
%26.16

CMYK color model

#DDD098 color CMYK value is (0,6,31,13).

  • cyan value is 0.00%
  • magenta value is 5.88%
  • yellow value is 31.22%
  • key color value is 13.33%

CMYK: (0,6,31,13)
C0M6Y31K13 (0%, 6%, 31%, 13%)
(0.00 / 0.06 / 0.31 / 0.13)

CMYK percentages

%0
%5.88
%31.22
%13.33

Codes

Color #DDD098 in popluar color models

DD D0 98
RGB 221 208 152
HSL 49° 50.36% 73.14%
HSB/HSV 49° 31.22% 86.67%
CMYK 0.00% 5.88% 31.22%
13.33%

Color #DDD098 in popluar number systems.

HEX DD D0 98
Decimal 221 208 152
Binary 11011101 11010000 10011000
Octal 335 320 230

Shades and tints

Shades of #DDD098

#DDD098
(221,208,152)
#C9BE8B
(201,190,139)
#B5AC7E
(181,172,126)
#A19A71
(161,154,113)
#8D8864
(141,136,100)
#797657
(121,118,87)
#65644A
(101,100,74)
#51523D
(81,82,61)
#3D4030
(61,64,48)
#292E23
(41,46,35)
#151C16
(21,28,22)
#000000
(0,0,0)

Tints of #DDD098

#DDD098
(221,208,152)
#E0D4A1
(224,212,161)
#E3D8AA
(227,216,170)
#E6DCB3
(230,220,179)
#E9E0BC
(233,224,188)
#ECE4C5
(236,228,197)
#EFE8CE
(239,232,206)
#F2ECD7
(242,236,215)
#F5F0E0
(245,240,224)
#F8F4E9
(248,244,233)
#FBF8F2
(251,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDD098; }

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

This text font color is #DDD098.

Background Color

.myBgColor { background-color: #DDD098; }

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

This div background color is #DDD098.

Border color

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

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

This div border color is #DDD098.

Opacity

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

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

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

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

This text has shadow with #DDD098 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDD098.

Preview

Color preview on black background

This text has color #DDD098 on black background.


Color preview on white background

This text has color #DDD098 on white background.


Black color preview on #DDD098 background

This text has black color on #DDD098 background.


White color preview on #DDD098 background

This text has white color on #DDD098 background.


Related colors

Complementary color

Complementary color for #hex is #222F67.


I love getcolorcode.com

Triadic colors

1 #98DDD0 and #D098DD with #DDD098 are triadic colors.

2 #98D0DD and #D0DD98 with #DDD098 are triadic colors.