Shades of Pale Chestnut #DFACAF
Tints of Pale Chestnut #DFACAF
RGB
CMYK
RGB Variations
Color information
#DFACAF (or 0xDFACAF) is known color: Pale Chestnut. HEX triplet: DF, AC and AF. RGB value is (223,172,175). Sum of RGB (Red+Green+Blue) = 223+172+175=570 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.12% from 570); Green value is 172 (67.58% from 255 or 30.18% from 570); Blue value is 175 (68.75% from 255 or 30.70% from 570); Max value from RGB is 223 - color contains mainly: red. Hex color #DFACAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFACAF is #205350. Grayscale: #BBBBBB. Windows color (decimal): -2118481 or 11513055. OLE color: 11513055.
HSL color Cylindrical-coordinate representation of color #DFACAF: hue angle of 356.47º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DFACAF is Cyan = 0, Magento = 0.23, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 172 | 175 | - |
| CMYK | 0 | 0.23 | 0.22 | 0.13 |
| HSL | 356.47º | 0.44% | 0.77% | - |
| HSV(B) | 356.47º | 0.23% | 0.87% | - |
| XYZ | 52.92 | 48.29 | 47.09 | - |
| YUV | 187.59 | 120.9 | 153.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 172 | 175 | 0 | 0.23 | 0.22 | 0.13 | 356.47 | 0.44 | 0.77 |
| Hex | DF | AC | AF | 0 | 17 | 16 | D | 164 | 2C | 4D |
| Octal | 337 | 254 | 257 | 0 | 27 | 26 | 15 | 544 | 54 | 115 |
| Binary | 11011111 | 10101100 | 10101111 | 0 | 10111 | 10110 | 1101 | 101100100 | 101100 | 1001101 |
Color Harmonies of #DFACAF
Complementary color
Monochromatic Colors of #DFACAF
Black with #DFACAF
Text Example
Text Example
White with #DFACAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFACAF; }
p { color: rgb(223,172,175); }
H1.HeaderClassName
{
color: #DFACAF;
}
.AnyTagClassName
{
color: #DFACAF;
}
</style>
background-color css
<style>
a { background-color: #DFACAF; }
a { background-color: rgb(223,172,175); }
div.DivClassName
{
background-color: #DFACAF;
}
.BgClassName
{
background-color: #DFACAF;
}
</style>
border-color css
<style>
span { border-color: #DFACAF; }
span { border-color: rgb(223,172,175); }
td.TdClassName
{
border-color: #DFACAF;
}
.TagClassName
{
border-color: #DFACAF;
}
</style>