COLOR #DDD5B3

HEX: #DDD5B3
RGB: (221,213,179)

Color info

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

RGB color model

#DDD5B3 color RGB value is (221,213,179).

  • red value is 221;
  • green value is 213;
  • blue value is 179.
RGB:
(221,213,179)
(87%,84%,70%)

RGB channels and saturation

R 221 of 255 = 87%
G 213 of 255 = 84%
B 179 of 255 = 70%

221
213
179

R + G + B ~ 80%. #DDD5B3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 213 + 179 = 613 (100%)
R 221 of 613 ~ 36.05%
G 213 of 613 ~ 34.75%
B 179 of 613 ~ 29.2%

%36.05
%34.75
%29.2

CMYK color model

#DDD5B3 color CMYK value is (0,4,19,13).

  • cyan value is 0.00%
  • magenta value is 3.62%
  • yellow value is 19.00%
  • key color value is 13.33%
CMYK:
(0,4,19,13)
C0M4Y19K13 
(0%,4%,19%,13%)
(0.00/0.04/0.19/0.13)	

CMYK percentages

%0
%3.62
%19
%13.33

Codes

Color #DDD5B3 in popluar color models

DDD5B3
RGB221213179
HSL49°38.18%78.43%
HSB/HSV49°19.00%86.67%
CMYK0.00%3.62%19.00%
13.33%

Color #DDD5B3 in popluar number systems.

HEXDDD5B3
Decimal221213179
Binary110111011101010110110011
Octal335325263

Shades and tints

Shades of #DDD5B3

#DDD5B3
(221,213,179)
#C9C2A3
(201,194,163)
#B5AF93
(181,175,147)
#A19C83
(161,156,131)
#8D8973
(141,137,115)
#797663
(121,118,99)
#656353
(101,99,83)
#515043
(81,80,67)
#3D3D33
(61,61,51)
#292A23
(41,42,35)
#151713
(21,23,19)
#000000
(0,0,0)

Tints of #DDD5B3

#DDD5B3
(221,213,179)
#E0D8B9
(224,216,185)
#E3DBBF
(227,219,191)
#E6DEC5
(230,222,197)
#E9E1CB
(233,225,203)
#ECE4D1
(236,228,209)
#EFE7D7
(239,231,215)
#F2EADD
(242,234,221)
#F5EDE3
(245,237,227)
#F8F0E9
(248,240,233)
#FBF3EF
(251,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDD5B3; }

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

This text font color is #DDD5B3.


Background Color

.myBgColor { background-color: #DDD5B3; }

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

This div background color is #DDD5B3.


Border color

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

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

This div border color is #DDD5B3.


Opacity

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

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

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

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

This text has shadow with #DDD5B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDD5B3 on black background.


Color preview on white background

This text has color #DDD5B3 on white background.



Black color preview on #DDD5B3 background

This text has black color on #DDD5B3 background.


White color preview on #DDD5B3 background

This text has white color on #DDD5B3 background.