Shades of Pale Chestnut #DFA9AE
Tints of Pale Chestnut #DFA9AE
RGB
CMYK
RGB Variations
Color information
#DFA9AE (or 0xDFA9AE) is known color: Pale Chestnut. HEX triplet: DF, A9 and AE. RGB value is (223,169,174). Sum of RGB (Red+Green+Blue) = 223+169+174=566 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.40% from 566); Green value is 169 (66.41% from 255 or 29.86% from 566); Blue value is 174 (68.36% from 255 or 30.74% from 566); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA9AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFA9AE is #205651. Grayscale: #B9B9B9. Windows color (decimal): -2119250 or 11446751. OLE color: 11446751.
HSL color Cylindrical-coordinate representation of color #DFA9AE: hue angle of 354.44º 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 #DFA9AE is Cyan = 0, Magento = 0.24, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 169 | 174 | - |
| CMYK | 0 | 0.24 | 0.22 | 0.13 |
| HSL | 354.44º | 0.46% | 0.77% | - |
| HSV(B) | 354.44º | 0.24% | 0.87% | - |
| XYZ | 52.26 | 47.12 | 46.39 | - |
| YUV | 185.72 | 121.39 | 154.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 169 | 174 | 0 | 0.24 | 0.22 | 0.13 | 354.44 | 0.46 | 0.77 |
| Hex | DF | A9 | AE | 0 | 18 | 16 | D | 162 | 2E | 4D |
| Octal | 337 | 251 | 256 | 0 | 30 | 26 | 15 | 542 | 56 | 115 |
| Binary | 11011111 | 10101001 | 10101110 | 0 | 11000 | 10110 | 1101 | 101100010 | 101110 | 1001101 |
Color Harmonies of #DFA9AE
Complementary color
Monochromatic Colors of #DFA9AE
Black with #DFA9AE
Text Example
Text Example
White with #DFA9AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA9AE; }
p { color: rgb(223,169,174); }
H1.HeaderClassName
{
color: #DFA9AE;
}
.AnyTagClassName
{
color: #DFA9AE;
}
</style>
background-color css
<style>
a { background-color: #DFA9AE; }
a { background-color: rgb(223,169,174); }
div.DivClassName
{
background-color: #DFA9AE;
}
.BgClassName
{
background-color: #DFA9AE;
}
</style>
border-color css
<style>
span { border-color: #DFA9AE; }
span { border-color: rgb(223,169,174); }
td.TdClassName
{
border-color: #DFA9AE;
}
.TagClassName
{
border-color: #DFA9AE;
}
</style>