Shades of Pale Chestnut #DDA2AA
Tints of Pale Chestnut #DDA2AA
RGB
CMYK
RGB Variations
Color information
#DDA2AA (or 0xDDA2AA) is known color: Pale Chestnut. HEX triplet: DD, A2 and AA. RGB value is (221,162,170). Sum of RGB (Red+Green+Blue) = 221+162+170=553 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.96% from 553); Green value is 162 (63.67% from 255 or 29.29% from 553); Blue value is 170 (66.80% from 255 or 30.74% from 553); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA2AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA2AA is #225D55. Grayscale: #B4B4B4. Windows color (decimal): -2252118 or 11182813. OLE color: 11182813.
HSL color Cylindrical-coordinate representation of color #DDA2AA: hue angle of 351.86º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DDA2AA is Cyan = 0, Magento = 0.27, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 162 | 170 | - |
| CMYK | 0 | 0.27 | 0.23 | 0.13 |
| HSL | 351.86º | 0.46% | 0.75% | - |
| HSV(B) | 351.86º | 0.27% | 0.87% | - |
| XYZ | 49.99 | 44.12 | 43.91 | - |
| YUV | 180.55 | 122.05 | 156.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 162 | 170 | 0 | 0.27 | 0.23 | 0.13 | 351.86 | 0.46 | 0.75 |
| Hex | DD | A2 | AA | 0 | 1B | 17 | D | 160 | 2E | 4B |
| Octal | 335 | 242 | 252 | 0 | 33 | 27 | 15 | 540 | 56 | 113 |
| Binary | 11011101 | 10100010 | 10101010 | 0 | 11011 | 10111 | 1101 | 101100000 | 101110 | 1001011 |
Color Harmonies of #DDA2AA
Complementary color
Monochromatic Colors of #DDA2AA
Black with #DDA2AA
Text Example
Text Example
White with #DDA2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA2AA; }
p { color: rgb(221,162,170); }
H1.HeaderClassName
{
color: #DDA2AA;
}
.AnyTagClassName
{
color: #DDA2AA;
}
</style>
background-color css
<style>
a { background-color: #DDA2AA; }
a { background-color: rgb(221,162,170); }
div.DivClassName
{
background-color: #DDA2AA;
}
.BgClassName
{
background-color: #DDA2AA;
}
</style>
border-color css
<style>
span { border-color: #DDA2AA; }
span { border-color: rgb(221,162,170); }
td.TdClassName
{
border-color: #DDA2AA;
}
.TagClassName
{
border-color: #DDA2AA;
}
</style>