COLOR #DDD898

HEX: #DDD898 RGB: (221,216,152)

Color info

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

RGB color model

#DDD898 color RGB value is (221,216,152).

RGB: (221,216,152) (87%, 85%, 60%)

RGB channels and saturation

R 221 of 255 = 87%
G 216 of 255 = 85%
B 152 of 255 = 60%

221
216
152

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

Portions of RGB colors in percentages

R + G + B = 221 + 216 + 152 = 589 (100%)
R 221 of 589 ~ 37.52%
G 216 of 589 ~ 36.67%
B 152 of 589 ~ 25.81'%

%37.52
%36.67
%25.81

CMYK color model

#DDD898 color CMYK value is (0,2,31,13).

  • cyan value is 0.00%
  • magenta value is 2.26%
  • yellow value is 31.22%
  • key color value is 13.33%
CMYK: (0,2,31,13) C0M2Y31K13 (0%,2%,31%,13%) (0.00/0.02/0.31/0.13) 

CMYK percentages

%0
%2.26
%31.22
%13.33

Codes

Color #DDD898 in popluar color models

DD D8 98
RGB 221 216 152
HSL 56° 50.36% 73.14%
HSB/HSV 56° 31.22% 86.67%
CMYK 0.00% 2.26% 31.22%
13.33%

Color #DDD898 in popluar number systems.

HEX DD D8 98
Decimal 221 216 152
Binary 11011101 11011000 10011000
Octal 335 330 230

Shades and tints

Shades of #DDD898

#DDD898
(221,216,152)
#C9C58B
(201,197,139)
#B5B27E
(181,178,126)
#A19F71
(161,159,113)
#8D8C64
(141,140,100)
#797957
(121,121,87)
#65664A
(101,102,74)
#51533D
(81,83,61)
#3D4030
(61,64,48)
#292D23
(41,45,35)
#151A16
(21,26,22)
#000000
(0,0,0)

Tints of #DDD898

#DDD898
(221,216,152)
#E0DBA1
(224,219,161)
#E3DEAA
(227,222,170)
#E6E1B3
(230,225,179)
#E9E4BC
(233,228,188)
#ECE7C5
(236,231,197)
#EFEACE
(239,234,206)
#F2EDD7
(242,237,215)
#F5F0E0
(245,240,224)
#F8F3E9
(248,243,233)
#FBF6F2
(251,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDD898; }

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

This text font color is #DDD898.

Background Color

.myBgColor { background-color: #DDD898; }

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

This div background color is #DDD898.

Border color

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

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

This div border color is #DDD898.

Opacity

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

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

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

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

This text has shadow with #DDD898 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDD898.

Preview

Color preview on black background

This text has color #DDD898 on black background.


Color preview on white background

This text has color #DDD898 on white background.


Black color preview on #DDD898 background

This text has black color on #DDD898 background.


White color preview on #DDD898 background

This text has white color on #DDD898 background.


Related colors

Complementary color

Complementary color for #hex is #222767.


I love getcolorcode.com

Triadic colors

1 #98DDD8 and #D898DD with #DDD898 are triadic colors.

2 #98D8DD and #D8DD98 with #DDD898 are triadic colors.