COLOR #DDC7B1

HEX: #DDC7B1 RGB: (221,199,177)

Color info

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

RGB color model

#DDC7B1 color RGB value is (221,199,177).

RGB: (221,199,177) (87%, 78%, 69%)

RGB channels and saturation

R 221 of 255 = 87%
G 199 of 255 = 78%
B 177 of 255 = 69%

221
199
177

R + G + B ~ 78%. #DDC7B1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 221 + 199 + 177 = 597 (100%)
R 221 of 597 ~ 37.02%
G 199 of 597 ~ 33.33%
B 177 of 597 ~ 29.65'%

%37.02
%33.33
%29.65

CMYK color model

#DDC7B1 color CMYK value is (0,10,20,13).

  • cyan value is 0.00%
  • magenta value is 9.95%
  • yellow value is 19.91%
  • key color value is 13.33%

CMYK: (0,10,20,13)
C0M10Y20K13 (0%, 10%, 20%, 13%)
(0.00 / 0.10 / 0.20 / 0.13)

CMYK percentages

%0
%9.95
%19.91
%13.33

Codes

Color #DDC7B1 in popluar color models

DD C7 B1
RGB 221 199 177
HSL 30° 39.29% 78.04%
HSB/HSV 30° 19.91% 86.67%
CMYK 0.00% 9.95% 19.91%
13.33%

Color #DDC7B1 in popluar number systems.

HEX DD C7 B1
Decimal 221 199 177
Binary 11011101 11000111 10110001
Octal 335 307 261

Shades and tints

Shades of #DDC7B1

#DDC7B1
(221,199,177)
#C9B5A1
(201,181,161)
#B5A391
(181,163,145)
#A19181
(161,145,129)
#8D7F71
(141,127,113)
#796D61
(121,109,97)
#655B51
(101,91,81)
#514941
(81,73,65)
#3D3731
(61,55,49)
#292521
(41,37,33)
#151311
(21,19,17)
#000000
(0,0,0)

Tints of #DDC7B1

#DDC7B1
(221,199,177)
#E0CCB8
(224,204,184)
#E3D1BF
(227,209,191)
#E6D6C6
(230,214,198)
#E9DBCD
(233,219,205)
#ECE0D4
(236,224,212)
#EFE5DB
(239,229,219)
#F2EAE2
(242,234,226)
#F5EFE9
(245,239,233)
#F8F4F0
(248,244,240)
#FBF9F7
(251,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDC7B1; }

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

This text font color is #DDC7B1.

Background Color

.myBgColor { background-color: #DDC7B1; }

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

This div background color is #DDC7B1.

Border color

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

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

This div border color is #DDC7B1.

Opacity

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

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

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

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

This text has shadow with #DDC7B1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDC7B1.

Preview

Color preview on black background

This text has color #DDC7B1 on black background.


Color preview on white background

This text has color #DDC7B1 on white background.


Black color preview on #DDC7B1 background

This text has black color on #DDC7B1 background.


White color preview on #DDC7B1 background

This text has white color on #DDC7B1 background.


Related colors

Complementary color

Complementary color for #hex is #22384E.


I love getcolorcode.com

Triadic colors

1 #B1DDC7 and #C7B1DD with #DDC7B1 are triadic colors.

2 #B1C7DD and #C7DDB1 with #DDC7B1 are triadic colors.