Shades of Pale Chestnut #DDA1A2
Tints of Pale Chestnut #DDA1A2
RGB
CMYK
RGB Variations
Color information
#DDA1A2 (or 0xDDA1A2) is known color: Pale Chestnut. HEX triplet: DD, A1 and A2. RGB value is (221,161,162). Sum of RGB (Red+Green+Blue) = 221+161+162=544 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.62% from 544); Green value is 161 (63.28% from 255 or 29.60% from 544); Blue value is 162 (63.67% from 255 or 29.78% from 544); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA1A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA1A2 is #225E5D. Grayscale: #B3B3B3. Windows color (decimal): -2252382 or 10658269. OLE color: 10658269.
HSL color Cylindrical-coordinate representation of color #DDA1A2: hue angle of 359º degrees, saturation: 0.47, 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 #DDA1A2 is Cyan = 0, Magento = 0.27, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 161 | 162 | - |
| CMYK | 0 | 0.27 | 0.27 | 0.13 |
| HSL | 359º | 0.47% | 0.75% | - |
| HSV(B) | 359º | 0.27% | 0.87% | - |
| XYZ | 49.09 | 43.47 | 39.99 | - |
| YUV | 179.05 | 118.38 | 157.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 161 | 162 | 0 | 0.27 | 0.27 | 0.13 | 359 | 0.47 | 0.75 |
| Hex | DD | A1 | A2 | 0 | 1B | 1B | D | 167 | 2F | 4B |
| Octal | 335 | 241 | 242 | 0 | 33 | 33 | 15 | 547 | 57 | 113 |
| Binary | 11011101 | 10100001 | 10100010 | 0 | 11011 | 11011 | 1101 | 101100111 | 101111 | 1001011 |
Color Harmonies of #DDA1A2
Complementary color
Monochromatic Colors of #DDA1A2
Black with #DDA1A2
Text Example
Text Example
White with #DDA1A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA1A2; }
p { color: rgb(221,161,162); }
H1.HeaderClassName
{
color: #DDA1A2;
}
.AnyTagClassName
{
color: #DDA1A2;
}
</style>
background-color css
<style>
a { background-color: #DDA1A2; }
a { background-color: rgb(221,161,162); }
div.DivClassName
{
background-color: #DDA1A2;
}
.BgClassName
{
background-color: #DDA1A2;
}
</style>
border-color css
<style>
span { border-color: #DDA1A2; }
span { border-color: rgb(221,161,162); }
td.TdClassName
{
border-color: #DDA1A2;
}
.TagClassName
{
border-color: #DDA1A2;
}
</style>