COLOR #DDC9BA

HEX: #DDC9BA RGB: (221,201,186)

Color info

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

RGB color model

#DDC9BA color RGB value is (221,201,186).

RGB: (221,201,186) (87%, 79%, 73%)

RGB channels and saturation

R 221 of 255 = 87%
G 201 of 255 = 79%
B 186 of 255 = 73%

221
201
186

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

Portions of RGB colors in percentages

R + G + B = 221 + 201 + 186 = 608 (100%)
R 221 of 608 ~ 36.35%
G 201 of 608 ~ 33.06%
B 186 of 608 ~ 30.59'%

%36.35
%33.06
%30.59

CMYK color model

#DDC9BA color CMYK value is (0,9,16,13).

  • cyan value is 0.00%
  • magenta value is 9.05%
  • yellow value is 15.84%
  • key color value is 13.33%

CMYK: (0,9,16,13)
C0M9Y16K13 (0%, 9%, 16%, 13%)
(0.00 / 0.09 / 0.16 / 0.13)

CMYK percentages

%0
%9.05
%15.84
%13.33

Codes

Color #DDC9BA in popluar color models

DD C9 BA
RGB 221 201 186
HSL 26° 33.98% 79.80%
HSB/HSV 26° 15.84% 86.67%
CMYK 0.00% 9.05% 15.84%
13.33%

Color #DDC9BA in popluar number systems.

HEX DD C9 BA
Decimal 221 201 186
Binary 11011101 11001001 10111010
Octal 335 311 272

Shades and tints

Shades of #DDC9BA

#DDC9BA
(221,201,186)
#C9B7AA
(201,183,170)
#B5A59A
(181,165,154)
#A1938A
(161,147,138)
#8D817A
(141,129,122)
#796F6A
(121,111,106)
#655D5A
(101,93,90)
#514B4A
(81,75,74)
#3D393A
(61,57,58)
#29272A
(41,39,42)
#15151A
(21,21,26)
#000000
(0,0,0)

Tints of #DDC9BA

#DDC9BA
(221,201,186)
#E0CDC0
(224,205,192)
#E3D1C6
(227,209,198)
#E6D5CC
(230,213,204)
#E9D9D2
(233,217,210)
#ECDDD8
(236,221,216)
#EFE1DE
(239,225,222)
#F2E5E4
(242,229,228)
#F5E9EA
(245,233,234)
#F8EDF0
(248,237,240)
#FBF1F6
(251,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDC9BA color. Also use rgb(221,201,186) instead hex code.

Text Font Color

.myTextColor { color: #DDC9BA; }

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

This text font color is #DDC9BA.

Background Color

.myBgColor { background-color: #DDC9BA; }

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

This div background color is #DDC9BA.

Border color

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

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

This div border color is #DDC9BA.

Opacity

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

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

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

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

This text has shadow with #DDC9BA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDC9BA.

Preview

Color preview on black background

This text has color #DDC9BA on black background.


Color preview on white background

This text has color #DDC9BA on white background.


Black color preview on #DDC9BA background

This text has black color on #DDC9BA background.


White color preview on #DDC9BA background

This text has white color on #DDC9BA background.


Related colors

Complementary color

Complementary color for #hex is #223645.


I love getcolorcode.com

Triadic colors

1 #BADDC9 and #C9BADD with #DDC9BA are triadic colors.

2 #BAC9DD and #C9DDBA with #DDC9BA are triadic colors.