COLOR #DDD5B4

HEX: #DDD5B4
RGB: (221,213,180)

Color info

#DDD5B4 contains red, green and blue colors in about the same proportion. Web safe color of #DDD5B4 is #CCCCCC (or #CCC).

RGB color model

#DDD5B4 color RGB value is (221,213,180).

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

RGB channels and saturation

R 221 of 255 = 87%
G 213 of 255 = 84%
B 180 of 255 = 71%

221
213
180

R + G + B ~ 81%. #DDD5B4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 213 + 180 = 614 (100%)
R 221 of 614 ~ 35.99%
G 213 of 614 ~ 34.69%
B 180 of 614 ~ 29.32%

%35.99
%34.69
%29.32

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.62%
  • yellow value is 18.55%
  • 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
%18.55
%13.33

Codes

Color #DDD5B4 in popluar color models

DDD5B4
RGB221213180
HSL48°37.61%78.63%
HSB/HSV48°18.55%86.67%
CMYK0.00%3.62%18.55%
13.33%

Color #DDD5B4 in popluar number systems.

HEXDDD5B4
Decimal221213180
Binary110111011101010110110100
Octal335325264

Shades and tints

Shades of #DDD5B4

#DDD5B4
(221,213,180)
#C9C2A4
(201,194,164)
#B5AF94
(181,175,148)
#A19C84
(161,156,132)
#8D8974
(141,137,116)
#797664
(121,118,100)
#656354
(101,99,84)
#515044
(81,80,68)
#3D3D34
(61,61,52)
#292A24
(41,42,36)
#151714
(21,23,20)
#000000
(0,0,0)

Tints of #DDD5B4

#DDD5B4
(221,213,180)
#E0D8BA
(224,216,186)
#E3DBC0
(227,219,192)
#E6DEC6
(230,222,198)
#E9E1CC
(233,225,204)
#ECE4D2
(236,228,210)
#EFE7D8
(239,231,216)
#F2EADE
(242,234,222)
#F5EDE4
(245,237,228)
#F8F0EA
(248,240,234)
#FBF3F0
(251,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDD5B4; }

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

This text font color is #DDD5B4.


Background Color

.myBgColor { background-color: #DDD5B4; }

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

This div background color is #DDD5B4.


Border color

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

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

This div border color is #DDD5B4.


Opacity

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

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

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

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

This text has shadow with #DDD5B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDD5B4 on black background.


Color preview on white background

This text has color #DDD5B4 on white background.



Black color preview on #DDD5B4 background

This text has black color on #DDD5B4 background.


White color preview on #DDD5B4 background

This text has white color on #DDD5B4 background.