Shades of Pale Chestnut #DFA7A8
Tints of Pale Chestnut #DFA7A8
RGB
CMYK
RGB Variations
Color information
#DFA7A8 (or 0xDFA7A8) is known color: Pale Chestnut. HEX triplet: DF, A7 and A8. RGB value is (223,167,168). Sum of RGB (Red+Green+Blue) = 223+167+168=558 (73% of max value = 765). Red value is 223 (87.5% from 255 or 39.96% from 558); Green value is 167 (65.62% from 255 or 29.93% from 558); Blue value is 168 (66.02% from 255 or 30.11% from 558); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA7A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFA7A8 is #205857. Grayscale: #B7B7B7. Windows color (decimal): -2119768 or 11053023. OLE color: 11053023.
HSL color Cylindrical-coordinate representation of color #DFA7A8: hue angle of 358.93º degrees, saturation: 0.47, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DFA7A8 is Cyan = 0, Magento = 0.25, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 167 | 168 | - |
| CMYK | 0 | 0.25 | 0.25 | 0.13 |
| HSL | 358.93º | 0.47% | 0.76% | - |
| HSV(B) | 358.93º | 0.25% | 0.87% | - |
| XYZ | 51.32 | 46.15 | 43.25 | - |
| YUV | 183.86 | 119.05 | 155.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 167 | 168 | 0 | 0.25 | 0.25 | 0.13 | 358.93 | 0.47 | 0.76 |
| Hex | DF | A7 | A8 | 0 | 19 | 19 | D | 167 | 2F | 4C |
| Octal | 337 | 247 | 250 | 0 | 31 | 31 | 15 | 547 | 57 | 114 |
| Binary | 11011111 | 10100111 | 10101000 | 0 | 11001 | 11001 | 1101 | 101100111 | 101111 | 1001100 |
Color Harmonies of #DFA7A8
Complementary color
Monochromatic Colors of #DFA7A8
Black with #DFA7A8
Text Example
Text Example
White with #DFA7A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA7A8; }
p { color: rgb(223,167,168); }
H1.HeaderClassName
{
color: #DFA7A8;
}
.AnyTagClassName
{
color: #DFA7A8;
}
</style>
background-color css
<style>
a { background-color: #DFA7A8; }
a { background-color: rgb(223,167,168); }
div.DivClassName
{
background-color: #DFA7A8;
}
.BgClassName
{
background-color: #DFA7A8;
}
</style>
border-color css
<style>
span { border-color: #DFA7A8; }
span { border-color: rgb(223,167,168); }
td.TdClassName
{
border-color: #DFA7A8;
}
.TagClassName
{
border-color: #DFA7A8;
}
</style>