COLOR #DDC5B5

HEX: #DDC5B5
RGB: (221,197,181)

Color info

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

RGB color model

#DDC5B5 color RGB value is (221,197,181).

  • red value is 221;
  • green value is 197;
  • blue value is 181.
RGB:
(221,197,181)
(87%,77%,71%)

RGB channels and saturation

R 221 of 255 = 87%
G 197 of 255 = 77%
B 181 of 255 = 71%

221
197
181

R + G + B ~ 78%. #DDC5B5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 197 + 181 = 599 (100%)
R 221 of 599 ~ 36.89%
G 197 of 599 ~ 32.89%
B 181 of 599 ~ 30.22%

%36.89
%32.89
%30.22

CMYK color model

#DDC5B5 color CMYK value is (0,11,18,13).

  • cyan value is 0.00%
  • magenta value is 10.86%
  • yellow value is 18.10%
  • key color value is 13.33%
CMYK:
(0,11,18,13)
C0M11Y18K13 
(0%,11%,18%,13%)
(0.00/0.11/0.18/0.13)	

CMYK percentages

%0
%10.86
%18.1
%13.33

Codes

Color #DDC5B5 in popluar color models

DDC5B5
RGB221197181
HSL24°37.04%78.82%
HSB/HSV24°18.10%86.67%
CMYK0.00%10.86%18.10%
13.33%

Color #DDC5B5 in popluar number systems.

HEXDDC5B5
Decimal221197181
Binary110111011100010110110101
Octal335305265

Shades and tints

Shades of #DDC5B5

#DDC5B5
(221,197,181)
#C9B4A5
(201,180,165)
#B5A395
(181,163,149)
#A19285
(161,146,133)
#8D8175
(141,129,117)
#797065
(121,112,101)
#655F55
(101,95,85)
#514E45
(81,78,69)
#3D3D35
(61,61,53)
#292C25
(41,44,37)
#151B15
(21,27,21)
#000000
(0,0,0)

Tints of #DDC5B5

#DDC5B5
(221,197,181)
#E0CABB
(224,202,187)
#E3CFC1
(227,207,193)
#E6D4C7
(230,212,199)
#E9D9CD
(233,217,205)
#ECDED3
(236,222,211)
#EFE3D9
(239,227,217)
#F2E8DF
(242,232,223)
#F5EDE5
(245,237,229)
#F8F2EB
(248,242,235)
#FBF7F1
(251,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDC5B5 color. Also use rgb(221,197,181) instead hex code.

Text Font Color

.myTextColor { color: #DDC5B5; }

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

This text font color is #DDC5B5.


Background Color

.myBgColor { background-color: #DDC5B5; }

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

This div background color is #DDC5B5.


Border color

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

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

This div border color is #DDC5B5.


Opacity

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

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

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

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

This text has shadow with #DDC5B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDC5B5 on black background.


Color preview on white background

This text has color #DDC5B5 on white background.



Black color preview on #DDC5B5 background

This text has black color on #DDC5B5 background.


White color preview on #DDC5B5 background

This text has white color on #DDC5B5 background.