Shades of Pale Chestnut #DA9FA5
Tints of Pale Chestnut #DA9FA5
RGB
CMYK
RGB Variations
Color information
#DA9FA5 (or 0xDA9FA5) is known color: Pale Chestnut. HEX triplet: DA, 9F and A5. RGB value is (218,159,165). Sum of RGB (Red+Green+Blue) = 218+159+165=542 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.22% from 542); Green value is 159 (62.5% from 255 or 29.34% from 542); Blue value is 165 (64.84% from 255 or 30.44% from 542); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9FA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9FA5 is #25605A. Grayscale: #B1B1B1. Windows color (decimal): -2449499 or 10854362. OLE color: 10854362.
HSL color Cylindrical-coordinate representation of color #DA9FA5: hue angle of 353.9º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DA9FA5 is Cyan = 0, Magento = 0.27, Yellow = 0.24 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 159 | 165 | - |
| CMYK | 0 | 0.27 | 0.24 | 0.15 |
| HSL | 353.9º | 0.44% | 0.74% | - |
| HSV(B) | 353.9º | 0.27% | 0.85% | - |
| XYZ | 48.1 | 42.42 | 41.25 | - |
| YUV | 177.33 | 121.05 | 157.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 159 | 165 | 0 | 0.27 | 0.24 | 0.15 | 353.9 | 0.44 | 0.74 |
| Hex | DA | 9F | A5 | 0 | 1B | 18 | F | 162 | 2C | 4A |
| Octal | 332 | 237 | 245 | 0 | 33 | 30 | 17 | 542 | 54 | 112 |
| Binary | 11011010 | 10011111 | 10100101 | 0 | 11011 | 11000 | 1111 | 101100010 | 101100 | 1001010 |
Color Harmonies of #DA9FA5
Complementary color
Monochromatic Colors of #DA9FA5
Black with #DA9FA5
Text Example
Text Example
White with #DA9FA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9FA5; }
p { color: rgb(218,159,165); }
H1.HeaderClassName
{
color: #DA9FA5;
}
.AnyTagClassName
{
color: #DA9FA5;
}
</style>
background-color css
<style>
a { background-color: #DA9FA5; }
a { background-color: rgb(218,159,165); }
div.DivClassName
{
background-color: #DA9FA5;
}
.BgClassName
{
background-color: #DA9FA5;
}
</style>
border-color css
<style>
span { border-color: #DA9FA5; }
span { border-color: rgb(218,159,165); }
td.TdClassName
{
border-color: #DA9FA5;
}
.TagClassName
{
border-color: #DA9FA5;
}
</style>