Shades of Pale Chestnut #DFA9AD
Tints of Pale Chestnut #DFA9AD
RGB
CMYK
RGB Variations
Color information
#DFA9AD (or 0xDFA9AD) is known color: Pale Chestnut. HEX triplet: DF, A9 and AD. RGB value is (223,169,173). Sum of RGB (Red+Green+Blue) = 223+169+173=565 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.47% from 565); Green value is 169 (66.41% from 255 or 29.91% from 565); Blue value is 173 (67.97% from 255 or 30.62% from 565); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA9AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFA9AD is #205652. Grayscale: #B9B9B9. Windows color (decimal): -2119251 or 11381215. OLE color: 11381215.
HSL color Cylindrical-coordinate representation of color #DFA9AD: hue angle of 355.56º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DFA9AD is Cyan = 0, Magento = 0.24, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 169 | 173 | - |
| CMYK | 0 | 0.24 | 0.22 | 0.13 |
| HSL | 355.56º | 0.46% | 0.77% | - |
| HSV(B) | 355.56º | 0.24% | 0.87% | - |
| XYZ | 52.16 | 47.08 | 45.87 | - |
| YUV | 185.6 | 120.89 | 154.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 169 | 173 | 0 | 0.24 | 0.22 | 0.13 | 355.56 | 0.46 | 0.77 |
| Hex | DF | A9 | AD | 0 | 18 | 16 | D | 164 | 2E | 4D |
| Octal | 337 | 251 | 255 | 0 | 30 | 26 | 15 | 544 | 56 | 115 |
| Binary | 11011111 | 10101001 | 10101101 | 0 | 11000 | 10110 | 1101 | 101100100 | 101110 | 1001101 |
Color Harmonies of #DFA9AD
Complementary color
Monochromatic Colors of #DFA9AD
Black with #DFA9AD
Text Example
Text Example
White with #DFA9AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA9AD; }
p { color: rgb(223,169,173); }
H1.HeaderClassName
{
color: #DFA9AD;
}
.AnyTagClassName
{
color: #DFA9AD;
}
</style>
background-color css
<style>
a { background-color: #DFA9AD; }
a { background-color: rgb(223,169,173); }
div.DivClassName
{
background-color: #DFA9AD;
}
.BgClassName
{
background-color: #DFA9AD;
}
</style>
border-color css
<style>
span { border-color: #DFA9AD; }
span { border-color: rgb(223,169,173); }
td.TdClassName
{
border-color: #DFA9AD;
}
.TagClassName
{
border-color: #DFA9AD;
}
</style>