COLOR #DDA796

HEX: #DDA796
RGB: (221,167,150)

Color info

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

RGB color model

#DDA796 color RGB value is (221,167,150).

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

RGB channels and saturation

R 221 of 255 = 87%
G 167 of 255 = 65%
B 150 of 255 = 59%

221
167
150

R + G + B ~ 70%. #DDA796 is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 167 + 150 = 538 (100%)
R 221 of 538 ~ 41.08%
G 167 of 538 ~ 31.04%
B 150 of 538 ~ 27.88%

%41.08
%31.04
%27.88

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 24.43%
  • 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
%24.43
%32.13
%13.33

Codes

Color #DDA796 in popluar color models

DDA796
RGB221167150
HSL14°51.08%72.75%
HSB/HSV14°32.13%86.67%
CMYK0.00%24.43%32.13%
13.33%

Color #DDA796 in popluar number systems.

HEXDDA796
Decimal221167150
Binary110111011010011110010110
Octal335247226

Shades and tints

Shades of #DDA796

#DDA796
(221,167,150)
#C99889
(201,152,137)
#B5897C
(181,137,124)
#A17A6F
(161,122,111)
#8D6B62
(141,107,98)
#795C55
(121,92,85)
#654D48
(101,77,72)
#513E3B
(81,62,59)
#3D2F2E
(61,47,46)
#292021
(41,32,33)
#151114
(21,17,20)
#000000
(0,0,0)

Tints of #DDA796

#DDA796
(221,167,150)
#E0AF9F
(224,175,159)
#E3B7A8
(227,183,168)
#E6BFB1
(230,191,177)
#E9C7BA
(233,199,186)
#ECCFC3
(236,207,195)
#EFD7CC
(239,215,204)
#F2DFD5
(242,223,213)
#F5E7DE
(245,231,222)
#F8EFE7
(248,239,231)
#FBF7F0
(251,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDA796; }

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

This text font color is #DDA796.


Background Color

.myBgColor { background-color: #DDA796; }

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

This div background color is #DDA796.


Border color

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

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

This div border color is #DDA796.


Opacity

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

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

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

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

This text has shadow with #DDA796 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDA796 on black background.


Color preview on white background

This text has color #DDA796 on white background.



Black color preview on #DDA796 background

This text has black color on #DDA796 background.


White color preview on #DDA796 background

This text has white color on #DDA796 background.