COLOR #DDC3B1

HEX: #DDC3B1
RGB: (221,195,177)

Color info

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

RGB color model

#DDC3B1 color RGB value is (221,195,177).

  • red value is 221;
  • green value is 195;
  • blue value is 177.
RGB:
(221,195,177)
(87%,76%,69%)

RGB channels and saturation

R 221 of 255 = 87%
G 195 of 255 = 76%
B 177 of 255 = 69%

221
195
177

R + G + B ~ 77%. #DDC3B1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 195 + 177 = 593 (100%)
R 221 of 593 ~ 37.27%
G 195 of 593 ~ 32.88%
B 177 of 593 ~ 29.85%

%37.27
%32.88
%29.85

CMYK color model

#DDC3B1 color CMYK value is (0,12,20,13).

  • cyan value is 0.00%
  • magenta value is 11.76%
  • yellow value is 19.91%
  • key color value is 13.33%
CMYK:
(0,12,20,13)
C0M12Y20K13 
(0%,12%,20%,13%)
(0.00/0.12/0.20/0.13)	

CMYK percentages

%0
%11.76
%19.91
%13.33

Codes

Color #DDC3B1 in popluar color models

DDC3B1
RGB221195177
HSL25°39.29%78.04%
HSB/HSV25°19.91%86.67%
CMYK0.00%11.76%19.91%
13.33%

Color #DDC3B1 in popluar number systems.

HEXDDC3B1
Decimal221195177
Binary110111011100001110110001
Octal335303261

Shades and tints

Shades of #DDC3B1

#DDC3B1
(221,195,177)
#C9B2A1
(201,178,161)
#B5A191
(181,161,145)
#A19081
(161,144,129)
#8D7F71
(141,127,113)
#796E61
(121,110,97)
#655D51
(101,93,81)
#514C41
(81,76,65)
#3D3B31
(61,59,49)
#292A21
(41,42,33)
#151911
(21,25,17)
#000000
(0,0,0)

Tints of #DDC3B1

#DDC3B1
(221,195,177)
#E0C8B8
(224,200,184)
#E3CDBF
(227,205,191)
#E6D2C6
(230,210,198)
#E9D7CD
(233,215,205)
#ECDCD4
(236,220,212)
#EFE1DB
(239,225,219)
#F2E6E2
(242,230,226)
#F5EBE9
(245,235,233)
#F8F0F0
(248,240,240)
#FBF5F7
(251,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDC3B1 color. Also use rgb(221,195,177) instead hex code.

Text Font Color

.myTextColor { color: #DDC3B1; }

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

This text font color is #DDC3B1.


Background Color

.myBgColor { background-color: #DDC3B1; }

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

This div background color is #DDC3B1.


Border color

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

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

This div border color is #DDC3B1.


Opacity

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

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

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

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

This text has shadow with #DDC3B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDC3B1 on black background.


Color preview on white background

This text has color #DDC3B1 on white background.



Black color preview on #DDC3B1 background

This text has black color on #DDC3B1 background.


White color preview on #DDC3B1 background

This text has white color on #DDC3B1 background.