COLOR #DDC5B4

HEX: #DDC5B4
RGB: (221,197,180)

Color info

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

RGB color model

#DDC5B4 color RGB value is (221,197,180).

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

RGB channels and saturation

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

221
197
180

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

Portions of RGB colors in percentages

R + G + B =
221 + 197 + 180 = 598 (100%)
R 221 of 598 ~ 36.96%
G 197 of 598 ~ 32.94%
B 180 of 598 ~ 30.1%

%36.96
%32.94
%30.1

CMYK color model

#DDC5B4 color CMYK value is (0,11,19,13).

  • cyan value is 0.00%
  • magenta value is 10.86%
  • yellow value is 18.55%
  • key color value is 13.33%
CMYK:
(0,11,19,13)
C0M11Y19K13 
(0%,11%,19%,13%)
(0.00/0.11/0.19/0.13)	

CMYK percentages

%0
%10.86
%18.55
%13.33

Codes

Color #DDC5B4 in popluar color models

DDC5B4
RGB221197180
HSL25°37.61%78.63%
HSB/HSV25°18.55%86.67%
CMYK0.00%10.86%18.55%
13.33%

Color #DDC5B4 in popluar number systems.

HEXDDC5B4
Decimal221197180
Binary110111011100010110110100
Octal335305264

Shades and tints

Shades of #DDC5B4

#DDC5B4
(221,197,180)
#C9B4A4
(201,180,164)
#B5A394
(181,163,148)
#A19284
(161,146,132)
#8D8174
(141,129,116)
#797064
(121,112,100)
#655F54
(101,95,84)
#514E44
(81,78,68)
#3D3D34
(61,61,52)
#292C24
(41,44,36)
#151B14
(21,27,20)
#000000
(0,0,0)

Tints of #DDC5B4

#DDC5B4
(221,197,180)
#E0CABA
(224,202,186)
#E3CFC0
(227,207,192)
#E6D4C6
(230,212,198)
#E9D9CC
(233,217,204)
#ECDED2
(236,222,210)
#EFE3D8
(239,227,216)
#F2E8DE
(242,232,222)
#F5EDE4
(245,237,228)
#F8F2EA
(248,242,234)
#FBF7F0
(251,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDC5B4; }

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

This text font color is #DDC5B4.


Background Color

.myBgColor { background-color: #DDC5B4; }

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

This div background color is #DDC5B4.


Border color

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

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

This div border color is #DDC5B4.


Opacity

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

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

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

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

This text has shadow with #DDC5B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDC5B4 on black background.


Color preview on white background

This text has color #DDC5B4 on white background.



Black color preview on #DDC5B4 background

This text has black color on #DDC5B4 background.


White color preview on #DDC5B4 background

This text has white color on #DDC5B4 background.