COLOR #DDD5AB

HEX: #DDD5AB RGB: (221,213,171)

Color info

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

RGB color model

#DDD5AB color RGB value is (221,213,171).

RGB: (221,213,171) (87%, 84%, 67%)

RGB channels and saturation

R 221 of 255 = 87%
G 213 of 255 = 84%
B 171 of 255 = 67%

221
213
171

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

Portions of RGB colors in percentages

R + G + B = 221 + 213 + 171 = 605 (100%)
R 221 of 605 ~ 36.53%
G 213 of 605 ~ 35.21%
B 171 of 605 ~ 28.26'%

%36.53
%35.21
%28.26

CMYK color model

#DDD5AB color CMYK value is (0,4,23,13).

  • cyan value is 0.00%
  • magenta value is 3.62%
  • yellow value is 22.62%
  • key color value is 13.33%

CMYK: (0,4,23,13)
C0M4Y23K13 (0%, 4%, 23%, 13%)
(0.00 / 0.04 / 0.23 / 0.13)

CMYK percentages

%0
%3.62
%22.62
%13.33

Codes

Color #DDD5AB in popluar color models

DD D5 AB
RGB 221 213 171
HSL 50° 42.37% 76.86%
HSB/HSV 50° 22.62% 86.67%
CMYK 0.00% 3.62% 22.62%
13.33%

Color #DDD5AB in popluar number systems.

HEX DD D5 AB
Decimal 221 213 171
Binary 11011101 11010101 10101011
Octal 335 325 253

Shades and tints

Shades of #DDD5AB

#DDD5AB
(221,213,171)
#C9C29C
(201,194,156)
#B5AF8D
(181,175,141)
#A19C7E
(161,156,126)
#8D896F
(141,137,111)
#797660
(121,118,96)
#656351
(101,99,81)
#515042
(81,80,66)
#3D3D33
(61,61,51)
#292A24
(41,42,36)
#151715
(21,23,21)
#000000
(0,0,0)

Tints of #DDD5AB

#DDD5AB
(221,213,171)
#E0D8B2
(224,216,178)
#E3DBB9
(227,219,185)
#E6DEC0
(230,222,192)
#E9E1C7
(233,225,199)
#ECE4CE
(236,228,206)
#EFE7D5
(239,231,213)
#F2EADC
(242,234,220)
#F5EDE3
(245,237,227)
#F8F0EA
(248,240,234)
#FBF3F1
(251,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDD5AB color. Also use rgb(221,213,171) instead hex code.

Text Font Color

.myTextColor { color: #DDD5AB; }

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

This text font color is #DDD5AB.

Background Color

.myBgColor { background-color: #DDD5AB; }

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

This div background color is #DDD5AB.

Border color

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

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

This div border color is #DDD5AB.

Opacity

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

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

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

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

This text has shadow with #DDD5AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDD5AB.

Preview

Color preview on black background

This text has color #DDD5AB on black background.


Color preview on white background

This text has color #DDD5AB on white background.


Black color preview on #DDD5AB background

This text has black color on #DDD5AB background.


White color preview on #DDD5AB background

This text has white color on #DDD5AB background.


Related colors

Complementary color

Complementary color for #hex is #222A54.


I love getcolorcode.com

Triadic colors

1 #ABDDD5 and #D5ABDD with #DDD5AB are triadic colors.

2 #ABD5DD and #D5DDAB with #DDD5AB are triadic colors.