Shades of Pale Chestnut #DDA0A2
Tints of Pale Chestnut #DDA0A2
RGB
CMYK
RGB Variations
Color information
#DDA0A2 (or 0xDDA0A2) is known color: Pale Chestnut. HEX triplet: DD, A0 and A2. RGB value is (221,160,162). Sum of RGB (Red+Green+Blue) = 221+160+162=543 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.70% from 543); Green value is 160 (62.89% from 255 or 29.47% from 543); Blue value is 162 (63.67% from 255 or 29.83% from 543); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA0A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA0A2 is #225F5D. Grayscale: #B2B2B2. Windows color (decimal): -2252638 or 10658013. OLE color: 10658013.
HSL color Cylindrical-coordinate representation of color #DDA0A2: hue angle of 358.03º degrees, saturation: 0.47, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DDA0A2 is Cyan = 0, Magento = 0.28, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 160 | 162 | - |
| CMYK | 0 | 0.28 | 0.27 | 0.13 |
| HSL | 358.03º | 0.47% | 0.75% | - |
| HSV(B) | 358.03º | 0.28% | 0.87% | - |
| XYZ | 48.91 | 43.12 | 39.93 | - |
| YUV | 178.47 | 118.71 | 158.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 160 | 162 | 0 | 0.28 | 0.27 | 0.13 | 358.03 | 0.47 | 0.75 |
| Hex | DD | A0 | A2 | 0 | 1C | 1B | D | 166 | 2F | 4B |
| Octal | 335 | 240 | 242 | 0 | 34 | 33 | 15 | 546 | 57 | 113 |
| Binary | 11011101 | 10100000 | 10100010 | 0 | 11100 | 11011 | 1101 | 101100110 | 101111 | 1001011 |
Color Harmonies of #DDA0A2
Complementary color
Monochromatic Colors of #DDA0A2
Black with #DDA0A2
Text Example
Text Example
White with #DDA0A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA0A2; }
p { color: rgb(221,160,162); }
H1.HeaderClassName
{
color: #DDA0A2;
}
.AnyTagClassName
{
color: #DDA0A2;
}
</style>
background-color css
<style>
a { background-color: #DDA0A2; }
a { background-color: rgb(221,160,162); }
div.DivClassName
{
background-color: #DDA0A2;
}
.BgClassName
{
background-color: #DDA0A2;
}
</style>
border-color css
<style>
span { border-color: #DDA0A2; }
span { border-color: rgb(221,160,162); }
td.TdClassName
{
border-color: #DDA0A2;
}
.TagClassName
{
border-color: #DDA0A2;
}
</style>