COLOR #DDA996

HEX: #DDA996
RGB: (221,169,150)

Color info

#DDA996 contains mainly red and green colors. Web safe color of #DDA996 is #CC9999 (or #C99).

RGB color model

#DDA996 color RGB value is (221,169,150).

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

RGB channels and saturation

R 221 of 255 = 87%
G 169 of 255 = 66%
B 150 of 255 = 59%

221
169
150

R + G + B ~ 71%. #DDA996 is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 169 + 150 = 540 (100%)
R 221 of 540 ~ 40.93%
G 169 of 540 ~ 31.3%
B 150 of 540 ~ 27.78%

%40.93
%31.3
%27.78

CMYK color model

#DDA996 color CMYK value is (0,24,32,13).

  • cyan value is 0.00%
  • magenta value is 23.53%
  • yellow value is 32.13%
  • key color value is 13.33%
CMYK:
(0,24,32,13)
C0M24Y32K13 
(0%,24%,32%,13%)
(0.00/0.24/0.32/0.13)	

CMYK percentages

%0
%23.53
%32.13
%13.33

Codes

Color #DDA996 in popluar color models

DDA996
RGB221169150
HSL16°51.08%72.75%
HSB/HSV16°32.13%86.67%
CMYK0.00%23.53%32.13%
13.33%

Color #DDA996 in popluar number systems.

HEXDDA996
Decimal221169150
Binary110111011010100110010110
Octal335251226

Shades and tints

Shades of #DDA996

#DDA996
(221,169,150)
#C99A89
(201,154,137)
#B58B7C
(181,139,124)
#A17C6F
(161,124,111)
#8D6D62
(141,109,98)
#795E55
(121,94,85)
#654F48
(101,79,72)
#51403B
(81,64,59)
#3D312E
(61,49,46)
#292221
(41,34,33)
#151314
(21,19,20)
#000000
(0,0,0)

Tints of #DDA996

#DDA996
(221,169,150)
#E0B09F
(224,176,159)
#E3B7A8
(227,183,168)
#E6BEB1
(230,190,177)
#E9C5BA
(233,197,186)
#ECCCC3
(236,204,195)
#EFD3CC
(239,211,204)
#F2DAD5
(242,218,213)
#F5E1DE
(245,225,222)
#F8E8E7
(248,232,231)
#FBEFF0
(251,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDA996; }

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

This text font color is #DDA996.


Background Color

.myBgColor { background-color: #DDA996; }

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

This div background color is #DDA996.


Border color

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

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

This div border color is #DDA996.


Opacity

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

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

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

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

This text has shadow with #DDA996 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDA996 on black background.


Color preview on white background

This text has color #DDA996 on white background.



Black color preview on #DDA996 background

This text has black color on #DDA996 background.


White color preview on #DDA996 background

This text has white color on #DDA996 background.