COLOR #DDC4BD

HEX: #DDC4BD RGB: (221,196,189)

Color info

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

RGB color model

#DDC4BD color RGB value is (221,196,189).

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

RGB channels and saturation

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

221
196
189

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

Portions of RGB colors in percentages

R + G + B = 221 + 196 + 189 = 606 (100%)
R 221 of 606 ~ 36.47%
G 196 of 606 ~ 32.34%
B 189 of 606 ~ 31.19'%

%36.47
%32.34
%31.19

CMYK color model

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

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

Codes

Color #DDC4BD in popluar color models

DD C4 BD
RGB 221 196 189
HSL 13° 32.00% 80.39%
HSB/HSV 13° 14.48% 86.67%
CMYK 0.00% 11.31% 14.48%
13.33%

Color #DDC4BD in popluar number systems.

HEX DD C4 BD
Decimal 221 196 189
Binary 11011101 11000100 10111101
Octal 335 304 275

Shades and tints

Shades of #DDC4BD

#DDC4BD
(221,196,189)
#C9B3AC
(201,179,172)
#B5A29B
(181,162,155)
#A1918A
(161,145,138)
#8D8079
(141,128,121)
#796F68
(121,111,104)
#655E57
(101,94,87)
#514D46
(81,77,70)
#3D3C35
(61,60,53)
#292B24
(41,43,36)
#151A13
(21,26,19)
#000000
(0,0,0)

Tints of #DDC4BD

#DDC4BD
(221,196,189)
#E0C9C3
(224,201,195)
#E3CEC9
(227,206,201)
#E6D3CF
(230,211,207)
#E9D8D5
(233,216,213)
#ECDDDB
(236,221,219)
#EFE2E1
(239,226,225)
#F2E7E7
(242,231,231)
#F5ECED
(245,236,237)
#F8F1F3
(248,241,243)
#FBF6F9
(251,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDC4BD; }

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

This text font color is #DDC4BD.

Background Color

.myBgColor { background-color: #DDC4BD; }

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

This div background color is #DDC4BD.

Border color

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

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

This div border color is #DDC4BD.

Opacity

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

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

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

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

This text has shadow with #DDC4BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDC4BD.

Preview

Color preview on black background

This text has color #DDC4BD on black background.


Color preview on white background

This text has color #DDC4BD on white background.


Black color preview on #DDC4BD background

This text has black color on #DDC4BD background.


White color preview on #DDC4BD background

This text has white color on #DDC4BD background.


Related colors

Complementary color

Complementary color for #hex is #223B42.


I love getcolorcode.com

Triadic colors

1 #BDDDC4 and #C4BDDD with #DDC4BD are triadic colors.

2 #BDC4DD and #C4DDBD with #DDC4BD are triadic colors.