Shades of Pale Chestnut #DFA7AD
Tints of Pale Chestnut #DFA7AD
RGB
CMYK
RGB Variations
Color information
#DFA7AD (or 0xDFA7AD) is known color: Pale Chestnut. HEX triplet: DF, A7 and AD. RGB value is (223,167,173). Sum of RGB (Red+Green+Blue) = 223+167+173=563 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.61% from 563); Green value is 167 (65.62% from 255 or 29.66% from 563); Blue value is 173 (67.97% from 255 or 30.73% from 563); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA7AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFA7AD is #205852. Grayscale: #B8B8B8. Windows color (decimal): -2119763 or 11380703. OLE color: 11380703.
HSL color Cylindrical-coordinate representation of color #DFA7AD: hue angle of 353.57º 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 #DFA7AD is Cyan = 0, Magento = 0.25, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 167 | 173 | - |
| CMYK | 0 | 0.25 | 0.22 | 0.13 |
| HSL | 353.57º | 0.47% | 0.76% | - |
| HSV(B) | 353.57º | 0.25% | 0.87% | - |
| XYZ | 51.79 | 46.34 | 45.75 | - |
| YUV | 184.43 | 121.55 | 155.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 167 | 173 | 0 | 0.25 | 0.22 | 0.13 | 353.57 | 0.47 | 0.76 |
| Hex | DF | A7 | AD | 0 | 19 | 16 | D | 162 | 2F | 4C |
| Octal | 337 | 247 | 255 | 0 | 31 | 26 | 15 | 542 | 57 | 114 |
| Binary | 11011111 | 10100111 | 10101101 | 0 | 11001 | 10110 | 1101 | 101100010 | 101111 | 1001100 |
Color Harmonies of #DFA7AD
Complementary color
Monochromatic Colors of #DFA7AD
Black with #DFA7AD
Text Example
Text Example
White with #DFA7AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA7AD; }
p { color: rgb(223,167,173); }
H1.HeaderClassName
{
color: #DFA7AD;
}
.AnyTagClassName
{
color: #DFA7AD;
}
</style>
background-color css
<style>
a { background-color: #DFA7AD; }
a { background-color: rgb(223,167,173); }
div.DivClassName
{
background-color: #DFA7AD;
}
.BgClassName
{
background-color: #DFA7AD;
}
</style>
border-color css
<style>
span { border-color: #DFA7AD; }
span { border-color: rgb(223,167,173); }
td.TdClassName
{
border-color: #DFA7AD;
}
.TagClassName
{
border-color: #DFA7AD;
}
</style>