Shades of Pale Chestnut #DFA3AD
Tints of Pale Chestnut #DFA3AD
RGB
CMYK
RGB Variations
Color information
#DFA3AD (or 0xDFA3AD) is known color: Pale Chestnut. HEX triplet: DF, A3 and AD. RGB value is (223,163,173). Sum of RGB (Red+Green+Blue) = 223+163+173=559 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.89% from 559); Green value is 163 (64.06% from 255 or 29.16% from 559); Blue value is 173 (67.97% from 255 or 30.95% from 559); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA3AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFA3AD is #205C52. Grayscale: #B6B6B6. Windows color (decimal): -2120787 or 11379679. OLE color: 11379679.
HSL color Cylindrical-coordinate representation of color #DFA3AD: hue angle of 350º degrees, saturation: 0.48, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DFA3AD is Cyan = 0, Magento = 0.27, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 163 | 173 | - |
| CMYK | 0 | 0.27 | 0.22 | 0.13 |
| HSL | 350º | 0.48% | 0.76% | - |
| HSV(B) | 350º | 0.27% | 0.87% | - |
| XYZ | 51.07 | 44.9 | 45.51 | - |
| YUV | 182.08 | 122.88 | 157.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 163 | 173 | 0 | 0.27 | 0.22 | 0.13 | 350 | 0.48 | 0.76 |
| Hex | DF | A3 | AD | 0 | 1B | 16 | D | 15E | 30 | 4C |
| Octal | 337 | 243 | 255 | 0 | 33 | 26 | 15 | 536 | 60 | 114 |
| Binary | 11011111 | 10100011 | 10101101 | 0 | 11011 | 10110 | 1101 | 101011110 | 110000 | 1001100 |
Color Harmonies of #DFA3AD
Complementary color
Monochromatic Colors of #DFA3AD
Black with #DFA3AD
Text Example
Text Example
White with #DFA3AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA3AD; }
p { color: rgb(223,163,173); }
H1.HeaderClassName
{
color: #DFA3AD;
}
.AnyTagClassName
{
color: #DFA3AD;
}
</style>
background-color css
<style>
a { background-color: #DFA3AD; }
a { background-color: rgb(223,163,173); }
div.DivClassName
{
background-color: #DFA3AD;
}
.BgClassName
{
background-color: #DFA3AD;
}
</style>
border-color css
<style>
span { border-color: #DFA3AD; }
span { border-color: rgb(223,163,173); }
td.TdClassName
{
border-color: #DFA3AD;
}
.TagClassName
{
border-color: #DFA3AD;
}
</style>