COLOR #DDAD93

HEX: #DDAD93
RGB: (221,173,147)

Color info

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

RGB color model

#DDAD93 color RGB value is (221,173,147).

  • red value is 221;
  • green value is 173;
  • blue value is 147.
RGB:
(221,173,147)
(87%,68%,58%)

RGB channels and saturation

R 221 of 255 = 87%
G 173 of 255 = 68%
B 147 of 255 = 58%

221
173
147

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

Portions of RGB colors in percentages

R + G + B =
221 + 173 + 147 = 541 (100%)
R 221 of 541 ~ 40.85%
G 173 of 541 ~ 31.98%
B 147 of 541 ~ 27.17%

%40.85
%31.98
%27.17

CMYK color model

#DDAD93 color CMYK value is (0,22,33,13).

  • cyan value is 0.00%
  • magenta value is 21.72%
  • yellow value is 33.48%
  • key color value is 13.33%
CMYK:
(0,22,33,13)
C0M22Y33K13 
(0%,22%,33%,13%)
(0.00/0.22/0.33/0.13)	

CMYK percentages

%0
%21.72
%33.48
%13.33

Codes

Color #DDAD93 in popluar color models

DDAD93
RGB221173147
HSL21°52.11%72.16%
HSB/HSV21°33.48%86.67%
CMYK0.00%21.72%33.48%
13.33%

Color #DDAD93 in popluar number systems.

HEXDDAD93
Decimal221173147
Binary110111011010110110010011
Octal335255223

Shades and tints

Shades of #DDAD93

#DDAD93
(221,173,147)
#C99E86
(201,158,134)
#B58F79
(181,143,121)
#A1806C
(161,128,108)
#8D715F
(141,113,95)
#796252
(121,98,82)
#655345
(101,83,69)
#514438
(81,68,56)
#3D352B
(61,53,43)
#29261E
(41,38,30)
#151711
(21,23,17)
#000000
(0,0,0)

Tints of #DDAD93

#DDAD93
(221,173,147)
#E0B49C
(224,180,156)
#E3BBA5
(227,187,165)
#E6C2AE
(230,194,174)
#E9C9B7
(233,201,183)
#ECD0C0
(236,208,192)
#EFD7C9
(239,215,201)
#F2DED2
(242,222,210)
#F5E5DB
(245,229,219)
#F8ECE4
(248,236,228)
#FBF3ED
(251,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDAD93 color. Also use rgb(221,173,147) instead hex code.

Text Font Color

.myTextColor { color: #DDAD93; }

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

This text font color is #DDAD93.


Background Color

.myBgColor { background-color: #DDAD93; }

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

This div background color is #DDAD93.


Border color

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

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

This div border color is #DDAD93.


Opacity

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

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

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

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

This text has shadow with #DDAD93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDAD93 on black background.


Color preview on white background

This text has color #DDAD93 on white background.



Black color preview on #DDAD93 background

This text has black color on #DDAD93 background.


White color preview on #DDAD93 background

This text has white color on #DDAD93 background.