COLOR #DDCCB5

HEX: #DDCCB5
RGB: (221,204,181)

Color info

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

RGB color model

#DDCCB5 color RGB value is (221,204,181).

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

RGB channels and saturation

R 221 of 255 = 87%
G 204 of 255 = 80%
B 181 of 255 = 71%

221
204
181

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

Portions of RGB colors in percentages

R + G + B =
221 + 204 + 181 = 606 (100%)
R 221 of 606 ~ 36.47%
G 204 of 606 ~ 33.66%
B 181 of 606 ~ 29.87%

%36.47
%33.66
%29.87

CMYK color model

#DDCCB5 color CMYK value is (0,8,18,13).

  • cyan value is 0.00%
  • magenta value is 7.69%
  • yellow value is 18.10%
  • key color value is 13.33%
CMYK:
(0,8,18,13)
C0M8Y18K13 
(0%,8%,18%,13%)
(0.00/0.08/0.18/0.13)	

CMYK percentages

%0
%7.69
%18.1
%13.33

Codes

Color #DDCCB5 in popluar color models

DDCCB5
RGB221204181
HSL35°37.04%78.82%
HSB/HSV35°18.10%86.67%
CMYK0.00%7.69%18.10%
13.33%

Color #DDCCB5 in popluar number systems.

HEXDDCCB5
Decimal221204181
Binary110111011100110010110101
Octal335314265

Shades and tints

Shades of #DDCCB5

#DDCCB5
(221,204,181)
#C9BAA5
(201,186,165)
#B5A895
(181,168,149)
#A19685
(161,150,133)
#8D8475
(141,132,117)
#797265
(121,114,101)
#656055
(101,96,85)
#514E45
(81,78,69)
#3D3C35
(61,60,53)
#292A25
(41,42,37)
#151815
(21,24,21)
#000000
(0,0,0)

Tints of #DDCCB5

#DDCCB5
(221,204,181)
#E0D0BB
(224,208,187)
#E3D4C1
(227,212,193)
#E6D8C7
(230,216,199)
#E9DCCD
(233,220,205)
#ECE0D3
(236,224,211)
#EFE4D9
(239,228,217)
#F2E8DF
(242,232,223)
#F5ECE5
(245,236,229)
#F8F0EB
(248,240,235)
#FBF4F1
(251,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDCCB5; }

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

This text font color is #DDCCB5.


Background Color

.myBgColor { background-color: #DDCCB5; }

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

This div background color is #DDCCB5.


Border color

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

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

This div border color is #DDCCB5.


Opacity

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

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

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

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

This text has shadow with #DDCCB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDCCB5 on black background.


Color preview on white background

This text has color #DDCCB5 on white background.



Black color preview on #DDCCB5 background

This text has black color on #DDCCB5 background.


White color preview on #DDCCB5 background

This text has white color on #DDCCB5 background.