Shades of Pale Chestnut #DFA2A9
Tints of Pale Chestnut #DFA2A9
RGB
CMYK
RGB Variations
Color information
#DFA2A9 (or 0xDFA2A9) is known color: Pale Chestnut. HEX triplet: DF, A2 and A9. RGB value is (223,162,169). Sum of RGB (Red+Green+Blue) = 223+162+169=554 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.25% from 554); Green value is 162 (63.67% from 255 or 29.24% from 554); Blue value is 169 (66.41% from 255 or 30.51% from 554); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA2A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFA2A9 is #205D56. Grayscale: #B5B5B5. Windows color (decimal): -2121047 or 11117279. OLE color: 11117279.
HSL color Cylindrical-coordinate representation of color #DFA2A9: hue angle of 353.11º degrees, saturation: 0.49, 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 #DFA2A9 is Cyan = 0, Magento = 0.27, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 162 | 169 | - |
| CMYK | 0 | 0.27 | 0.24 | 0.13 |
| HSL | 353.11º | 0.49% | 0.75% | - |
| HSV(B) | 353.11º | 0.27% | 0.87% | - |
| XYZ | 50.51 | 44.39 | 43.44 | - |
| YUV | 181.04 | 121.21 | 157.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 162 | 169 | 0 | 0.27 | 0.24 | 0.13 | 353.11 | 0.49 | 0.75 |
| Hex | DF | A2 | A9 | 0 | 1B | 18 | D | 161 | 31 | 4B |
| Octal | 337 | 242 | 251 | 0 | 33 | 30 | 15 | 541 | 61 | 113 |
| Binary | 11011111 | 10100010 | 10101001 | 0 | 11011 | 11000 | 1101 | 101100001 | 110001 | 1001011 |
Color Harmonies of #DFA2A9
Complementary color
Monochromatic Colors of #DFA2A9
Black with #DFA2A9
Text Example
Text Example
White with #DFA2A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA2A9; }
p { color: rgb(223,162,169); }
H1.HeaderClassName
{
color: #DFA2A9;
}
.AnyTagClassName
{
color: #DFA2A9;
}
</style>
background-color css
<style>
a { background-color: #DFA2A9; }
a { background-color: rgb(223,162,169); }
div.DivClassName
{
background-color: #DFA2A9;
}
.BgClassName
{
background-color: #DFA2A9;
}
</style>
border-color css
<style>
span { border-color: #DFA2A9; }
span { border-color: rgb(223,162,169); }
td.TdClassName
{
border-color: #DFA2A9;
}
.TagClassName
{
border-color: #DFA2A9;
}
</style>