COLOR #DDC5BF

HEX: #DDC5BF RGB: (221,197,191)

Color info

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

RGB color model

#DDC5BF color RGB value is (221,197,191).

RGB: (221,197,191) (87%, 77%, 75%)

RGB channels and saturation

R 221 of 255 = 87%
G 197 of 255 = 77%
B 191 of 255 = 75%

221
197
191

R + G + B ~ 80%. #DDC5BF is quite light color.

Portions of RGB colors in percentages

R + G + B = 221 + 197 + 191 = 609 (100%)
R 221 of 609 ~ 36.29%
G 197 of 609 ~ 32.35%
B 191 of 609 ~ 31.36'%

%36.29
%32.35
%31.36

CMYK color model

#DDC5BF color CMYK value is (0,11,14,13).

  • cyan value is 0.00%
  • magenta value is 10.86%
  • yellow value is 13.57%
  • key color value is 13.33%

CMYK: (0,11,14,13)
C0M11Y14K13 (0%, 11%, 14%, 13%)
(0.00 / 0.11 / 0.14 / 0.13)

CMYK percentages

%0
%10.86
%13.57
%13.33

Codes

Color #DDC5BF in popluar color models

DD C5 BF
RGB 221 197 191
HSL 12° 30.61% 80.78%
HSB/HSV 12° 13.57% 86.67%
CMYK 0.00% 10.86% 13.57%
13.33%

Color #DDC5BF in popluar number systems.

HEX DD C5 BF
Decimal 221 197 191
Binary 11011101 11000101 10111111
Octal 335 305 277

Shades and tints

Shades of #DDC5BF

#DDC5BF
(221,197,191)
#C9B4AE
(201,180,174)
#B5A39D
(181,163,157)
#A1928C
(161,146,140)
#8D817B
(141,129,123)
#79706A
(121,112,106)
#655F59
(101,95,89)
#514E48
(81,78,72)
#3D3D37
(61,61,55)
#292C26
(41,44,38)
#151B15
(21,27,21)
#000000
(0,0,0)

Tints of #DDC5BF

#DDC5BF
(221,197,191)
#E0CAC4
(224,202,196)
#E3CFC9
(227,207,201)
#E6D4CE
(230,212,206)
#E9D9D3
(233,217,211)
#ECDED8
(236,222,216)
#EFE3DD
(239,227,221)
#F2E8E2
(242,232,226)
#F5EDE7
(245,237,231)
#F8F2EC
(248,242,236)
#FBF7F1
(251,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDC5BF; }

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

This text font color is #DDC5BF.

Background Color

.myBgColor { background-color: #DDC5BF; }

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

This div background color is #DDC5BF.

Border color

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

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

This div border color is #DDC5BF.

Opacity

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

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

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

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

This text has shadow with #DDC5BF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDC5BF.

Preview

Color preview on black background

This text has color #DDC5BF on black background.


Color preview on white background

This text has color #DDC5BF on white background.


Black color preview on #DDC5BF background

This text has black color on #DDC5BF background.


White color preview on #DDC5BF background

This text has white color on #DDC5BF background.


Related colors

Complementary color

Complementary color for #hex is #223A40.


I love getcolorcode.com

Triadic colors

1 #BFDDC5 and #C5BFDD with #DDC5BF are triadic colors.

2 #BFC5DD and #C5DDBF with #DDC5BF are triadic colors.