COLOR #DDC3AB

HEX: #DDC3AB RGB: (221,195,171)

Color info

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

RGB color model

#DDC3AB color RGB value is (221,195,171).

RGB: (221,195,171) (87%, 76%, 67%)

RGB channels and saturation

R 221 of 255 = 87%
G 195 of 255 = 76%
B 171 of 255 = 67%

221
195
171

R + G + B ~ 77%. #DDC3AB is quite light color.

Portions of RGB colors in percentages

R + G + B = 221 + 195 + 171 = 587 (100%)
R 221 of 587 ~ 37.65%
G 195 of 587 ~ 33.22%
B 171 of 587 ~ 29.13'%

%37.65
%33.22
%29.13

CMYK color model

#DDC3AB color CMYK value is (0,12,23,13).

  • cyan value is 0.00%
  • magenta value is 11.76%
  • yellow value is 22.62%
  • key color value is 13.33%

CMYK: (0,12,23,13)
C0M12Y23K13 (0%, 12%, 23%, 13%)
(0.00 / 0.12 / 0.23 / 0.13)

CMYK percentages

%0
%11.76
%22.62
%13.33

Codes

Color #DDC3AB in popluar color models

DD C3 AB
RGB 221 195 171
HSL 29° 42.37% 76.86%
HSB/HSV 29° 22.62% 86.67%
CMYK 0.00% 11.76% 22.62%
13.33%

Color #DDC3AB in popluar number systems.

HEX DD C3 AB
Decimal 221 195 171
Binary 11011101 11000011 10101011
Octal 335 303 253

Shades and tints

Shades of #DDC3AB

#DDC3AB
(221,195,171)
#C9B29C
(201,178,156)
#B5A18D
(181,161,141)
#A1907E
(161,144,126)
#8D7F6F
(141,127,111)
#796E60
(121,110,96)
#655D51
(101,93,81)
#514C42
(81,76,66)
#3D3B33
(61,59,51)
#292A24
(41,42,36)
#151915
(21,25,21)
#000000
(0,0,0)

Tints of #DDC3AB

#DDC3AB
(221,195,171)
#E0C8B2
(224,200,178)
#E3CDB9
(227,205,185)
#E6D2C0
(230,210,192)
#E9D7C7
(233,215,199)
#ECDCCE
(236,220,206)
#EFE1D5
(239,225,213)
#F2E6DC
(242,230,220)
#F5EBE3
(245,235,227)
#F8F0EA
(248,240,234)
#FBF5F1
(251,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDC3AB color. Also use rgb(221,195,171) instead hex code.

Text Font Color

.myTextColor { color: #DDC3AB; }

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

This text font color is #DDC3AB.

Background Color

.myBgColor { background-color: #DDC3AB; }

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

This div background color is #DDC3AB.

Border color

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

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

This div border color is #DDC3AB.

Opacity

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

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

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

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

This text has shadow with #DDC3AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDC3AB.

Preview

Color preview on black background

This text has color #DDC3AB on black background.


Color preview on white background

This text has color #DDC3AB on white background.


Black color preview on #DDC3AB background

This text has black color on #DDC3AB background.


White color preview on #DDC3AB background

This text has white color on #DDC3AB background.


Related colors

Complementary color

Complementary color for #hex is #223C54.


I love getcolorcode.com

Triadic colors

1 #ABDDC3 and #C3ABDD with #DDC3AB are triadic colors.

2 #ABC3DD and #C3DDAB with #DDC3AB are triadic colors.