COLOR #DDC5BD

HEX: #DDC5BD RGB: (221,197,189)

Color info

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

RGB color model

#DDC5BD color RGB value is (221,197,189).

RGB: (221,197,189) (87%, 77%, 74%)

RGB channels and saturation

R 221 of 255 = 87%
G 197 of 255 = 77%
B 189 of 255 = 74%

221
197
189

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

Portions of RGB colors in percentages

R + G + B = 221 + 197 + 189 = 607 (100%)
R 221 of 607 ~ 36.41%
G 197 of 607 ~ 32.45%
B 189 of 607 ~ 31.14'%

%36.41
%32.45
%31.14

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.86%
  • yellow value is 14.48%
  • 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
%14.48
%13.33

Codes

Color #DDC5BD in popluar color models

DD C5 BD
RGB 221 197 189
HSL 15° 32.00% 80.39%
HSB/HSV 15° 14.48% 86.67%
CMYK 0.00% 10.86% 14.48%
13.33%

Color #DDC5BD in popluar number systems.

HEX DD C5 BD
Decimal 221 197 189
Binary 11011101 11000101 10111101
Octal 335 305 275

Shades and tints

Shades of #DDC5BD

#DDC5BD
(221,197,189)
#C9B4AC
(201,180,172)
#B5A39B
(181,163,155)
#A1928A
(161,146,138)
#8D8179
(141,129,121)
#797068
(121,112,104)
#655F57
(101,95,87)
#514E46
(81,78,70)
#3D3D35
(61,61,53)
#292C24
(41,44,36)
#151B13
(21,27,19)
#000000
(0,0,0)

Tints of #DDC5BD

#DDC5BD
(221,197,189)
#E0CAC3
(224,202,195)
#E3CFC9
(227,207,201)
#E6D4CF
(230,212,207)
#E9D9D5
(233,217,213)
#ECDEDB
(236,222,219)
#EFE3E1
(239,227,225)
#F2E8E7
(242,232,231)
#F5EDED
(245,237,237)
#F8F2F3
(248,242,243)
#FBF7F9
(251,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDC5BD; }

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

This text font color is #DDC5BD.

Background Color

.myBgColor { background-color: #DDC5BD; }

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

This div background color is #DDC5BD.

Border color

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

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

This div border color is #DDC5BD.

Opacity

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

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

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

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

This text has shadow with #DDC5BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDC5BD.

Preview

Color preview on black background

This text has color #DDC5BD on black background.


Color preview on white background

This text has color #DDC5BD on white background.


Black color preview on #DDC5BD background

This text has black color on #DDC5BD background.


White color preview on #DDC5BD background

This text has white color on #DDC5BD background.


Related colors

Complementary color

Complementary color for #hex is #223A42.


I love getcolorcode.com

Triadic colors

1 #BDDDC5 and #C5BDDD with #DDC5BD are triadic colors.

2 #BDC5DD and #C5DDBD with #DDC5BD are triadic colors.