Shades of Pale Chestnut #DFA2A4
Tints of Pale Chestnut #DFA2A4
RGB
CMYK
RGB Variations
Color information
#DFA2A4 (or 0xDFA2A4) is known color: Pale Chestnut. HEX triplet: DF, A2 and A4. RGB value is (223,162,164). Sum of RGB (Red+Green+Blue) = 223+162+164=549 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.62% from 549); Green value is 162 (63.67% from 255 or 29.51% from 549); Blue value is 164 (64.45% from 255 or 29.87% from 549); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA2A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFA2A4 is #205D5B. Grayscale: #B4B4B4. Windows color (decimal): -2121052 or 10789599. OLE color: 10789599.
HSL color Cylindrical-coordinate representation of color #DFA2A4: hue angle of 358.03º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DFA2A4 is Cyan = 0, Magento = 0.27, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 162 | 164 | - |
| CMYK | 0 | 0.27 | 0.26 | 0.13 |
| HSL | 358.03º | 0.49% | 0.75% | - |
| HSV(B) | 358.03º | 0.27% | 0.87% | - |
| XYZ | 50.05 | 44.21 | 41.02 | - |
| YUV | 180.47 | 118.71 | 158.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 162 | 164 | 0 | 0.27 | 0.26 | 0.13 | 358.03 | 0.49 | 0.75 |
| Hex | DF | A2 | A4 | 0 | 1B | 1A | D | 166 | 31 | 4B |
| Octal | 337 | 242 | 244 | 0 | 33 | 32 | 15 | 546 | 61 | 113 |
| Binary | 11011111 | 10100010 | 10100100 | 0 | 11011 | 11010 | 1101 | 101100110 | 110001 | 1001011 |
Color Harmonies of #DFA2A4
Complementary color
Monochromatic Colors of #DFA2A4
Black with #DFA2A4
Text Example
Text Example
White with #DFA2A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA2A4; }
p { color: rgb(223,162,164); }
H1.HeaderClassName
{
color: #DFA2A4;
}
.AnyTagClassName
{
color: #DFA2A4;
}
</style>
background-color css
<style>
a { background-color: #DFA2A4; }
a { background-color: rgb(223,162,164); }
div.DivClassName
{
background-color: #DFA2A4;
}
.BgClassName
{
background-color: #DFA2A4;
}
</style>
border-color css
<style>
span { border-color: #DFA2A4; }
span { border-color: rgb(223,162,164); }
td.TdClassName
{
border-color: #DFA2A4;
}
.TagClassName
{
border-color: #DFA2A4;
}
</style>