HEX: #DDA6AD
RGB: (221,166,173)
#DDA6AD contains red, green and blue colors in about the same proportion. Web safe color of #DDA6AD is #CC9999 (or #C99).
#DDA6AD color RGB value is (221,166,173).
RGB: (221,166,173)
(87%, 65%, 68%)
R 221 of 255 = 87%
G 166 of 255 = 65%
B 173 of 255 = 68%
R + G + B ~ 73%. #DDA6AD is quite light color.
R + G + B = 221 + 166 + 173 = 560 (100%)
R 221 of 560 ~ 39.46%
G 166 of 560 ~ 29.64%
B 173 of 560 ~ 30.89'%
#DDA6AD color CMYK value is (0,25,22,13).
CMYK: (0,25,22,13)
C0M25Y22K13 (0%, 25%, 22%, 13%)
(0.00 / 0.25 / 0.22 / 0.13)
Color #DDA6AD in popluar color models
DD | A6 | AD | |
---|---|---|---|
RGB | 221 | 166 | 173 |
HSL | 352° | 44.72% | 75.88% |
HSB/HSV | 352° | 24.89% | 86.67% |
CMYK | 0.00% | 24.89% | 21.72% |
13.33% |
Color #DDA6AD in popluar number systems.
HEX | DD | A6 | AD |
Decimal | 221 | 166 | 173 |
Binary | 11011101 | 10100110 | 10101101 |
Octal | 335 | 246 | 255 |
Shades of #DDA6AD
Tints of #DDA6AD
Examples of css and html codes for elements with #DDA6AD color. Also use rgb(221,166,173) instead hex code.
.myTextColor { color: #DDA6AD; }
<p style="color:#DDA6AD">This sample text font color is #DDA6AD.</p>
This text font color is #DDA6AD.
.myBgColor { background-color: #DDA6AD; }
<div style="background-color:#DDA6AD">Inner text</div>
This div background color is #DDA6AD.
.myBorderColor { border: 1px solid #DDA6AD; }
<div style="border:3px solid #DDA6AD">Div</div>
This div border color is #DDA6AD.
.myOpacity80 { color: #DDA6AD; opacity: 0.8; }
<p style="color:#DDA6AD;opacity:0.8;">80%</p>
Text with #DDA6AD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #DDA6AD;}
<p style="text-shadow: 3px 3px 1px #DDA6AD">Text here.</p>
This text has shadow with #DDA6AD color.
.textShadow {text-shadow: 3px 3px 1px #DDA6AD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #DDA6AD, 5px 5px 20px red">Text here.</p>
This text has shadow with #DDA6AD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#DDA6AD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#DDA6AD, Direction=45, Strength=4)">Text</p>
This text has shadow with #DDA6AD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #DDA6AD;
-webkit-box-shadow: 1px 1px 3px 2px #DDA6AD;
box-shadow: 1px 1px 3px 2px #DDA6AD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #DDA6AD; -webkit-box-shadow: 1px 1px 3px 2px #DDA6AD; box-shadow:1px 1px 3px 2px #DDA6AD;">
Div content here
</div>
This text has color #DDA6AD on black background.
This text has color #DDA6AD on white background.
This text has black color on #DDA6AD background.
This text has white color on #DDA6AD background.
Complementary color for #hex is #225952.