COLOR #DDCBA9

HEX: #DDCBA9
RGB: (221,203,169)

Color info

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

RGB color model

#DDCBA9 color RGB value is (221,203,169).

  • red value is 221;
  • green value is 203;
  • blue value is 169.
RGB:
(221,203,169)
(87%,80%,66%)

RGB channels and saturation

R 221 of 255 = 87%
G 203 of 255 = 80%
B 169 of 255 = 66%

221
203
169

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

Portions of RGB colors in percentages

R + G + B =
221 + 203 + 169 = 593 (100%)
R 221 of 593 ~ 37.27%
G 203 of 593 ~ 34.23%
B 169 of 593 ~ 28.5%

%37.27
%34.23
%28.5

CMYK color model

#DDCBA9 color CMYK value is (0,8,24,13).

  • cyan value is 0.00%
  • magenta value is 8.14%
  • yellow value is 23.53%
  • key color value is 13.33%
CMYK:
(0,8,24,13)
C0M8Y24K13 
(0%,8%,24%,13%)
(0.00/0.08/0.24/0.13)	

CMYK percentages

%0
%8.14
%23.53
%13.33

Codes

Color #DDCBA9 in popluar color models

DDCBA9
RGB221203169
HSL39°43.33%76.47%
HSB/HSV39°23.53%86.67%
CMYK0.00%8.14%23.53%
13.33%

Color #DDCBA9 in popluar number systems.

HEXDDCBA9
Decimal221203169
Binary110111011100101110101001
Octal335313251

Shades and tints

Shades of #DDCBA9

#DDCBA9
(221,203,169)
#C9B99A
(201,185,154)
#B5A78B
(181,167,139)
#A1957C
(161,149,124)
#8D836D
(141,131,109)
#79715E
(121,113,94)
#655F4F
(101,95,79)
#514D40
(81,77,64)
#3D3B31
(61,59,49)
#292922
(41,41,34)
#151713
(21,23,19)
#000000
(0,0,0)

Tints of #DDCBA9

#DDCBA9
(221,203,169)
#E0CFB0
(224,207,176)
#E3D3B7
(227,211,183)
#E6D7BE
(230,215,190)
#E9DBC5
(233,219,197)
#ECDFCC
(236,223,204)
#EFE3D3
(239,227,211)
#F2E7DA
(242,231,218)
#F5EBE1
(245,235,225)
#F8EFE8
(248,239,232)
#FBF3EF
(251,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDCBA9 color. Also use rgb(221,203,169) instead hex code.

Text Font Color

.myTextColor { color: #DDCBA9; }

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

This text font color is #DDCBA9.


Background Color

.myBgColor { background-color: #DDCBA9; }

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

This div background color is #DDCBA9.


Border color

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

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

This div border color is #DDCBA9.


Opacity

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

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

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

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

This text has shadow with #DDCBA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDCBA9 on black background.


Color preview on white background

This text has color #DDCBA9 on white background.



Black color preview on #DDCBA9 background

This text has black color on #DDCBA9 background.


White color preview on #DDCBA9 background

This text has white color on #DDCBA9 background.