Shades of Pale Chestnut #DFA1A4
Tints of Pale Chestnut #DFA1A4
RGB
CMYK
RGB Variations
Color information
#DFA1A4 (or 0xDFA1A4) is known color: Pale Chestnut. HEX triplet: DF, A1 and A4. RGB value is (223,161,164). Sum of RGB (Red+Green+Blue) = 223+161+164=548 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.69% from 548); Green value is 161 (63.28% from 255 or 29.38% from 548); Blue value is 164 (64.45% from 255 or 29.93% from 548); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA1A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFA1A4 is #205E5B. Grayscale: #B3B3B3. Windows color (decimal): -2121308 or 10789343. OLE color: 10789343.
HSL color Cylindrical-coordinate representation of color #DFA1A4: hue angle of 357.1º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DFA1A4 is Cyan = 0, Magento = 0.28, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 161 | 164 | - |
| CMYK | 0 | 0.28 | 0.26 | 0.13 |
| HSL | 357.1º | 0.49% | 0.75% | - |
| HSV(B) | 357.1º | 0.28% | 0.87% | - |
| XYZ | 49.88 | 43.86 | 40.96 | - |
| YUV | 179.88 | 119.04 | 158.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 161 | 164 | 0 | 0.28 | 0.26 | 0.13 | 357.1 | 0.49 | 0.75 |
| Hex | DF | A1 | A4 | 0 | 1C | 1A | D | 165 | 31 | 4B |
| Octal | 337 | 241 | 244 | 0 | 34 | 32 | 15 | 545 | 61 | 113 |
| Binary | 11011111 | 10100001 | 10100100 | 0 | 11100 | 11010 | 1101 | 101100101 | 110001 | 1001011 |
Color Harmonies of #DFA1A4
Complementary color
Monochromatic Colors of #DFA1A4
Black with #DFA1A4
Text Example
Text Example
White with #DFA1A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA1A4; }
p { color: rgb(223,161,164); }
H1.HeaderClassName
{
color: #DFA1A4;
}
.AnyTagClassName
{
color: #DFA1A4;
}
</style>
background-color css
<style>
a { background-color: #DFA1A4; }
a { background-color: rgb(223,161,164); }
div.DivClassName
{
background-color: #DFA1A4;
}
.BgClassName
{
background-color: #DFA1A4;
}
</style>
border-color css
<style>
span { border-color: #DFA1A4; }
span { border-color: rgb(223,161,164); }
td.TdClassName
{
border-color: #DFA1A4;
}
.TagClassName
{
border-color: #DFA1A4;
}
</style>