Shades of Pale Chestnut #DBA0A8
Tints of Pale Chestnut #DBA0A8
RGB
CMYK
RGB Variations
Color information
#DBA0A8 (or 0xDBA0A8) is known color: Pale Chestnut. HEX triplet: DB, A0 and A8. RGB value is (219,160,168). Sum of RGB (Red+Green+Blue) = 219+160+168=547 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.04% from 547); Green value is 160 (62.89% from 255 or 29.25% from 547); Blue value is 168 (66.02% from 255 or 30.71% from 547); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA0A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA0A8 is #245F57. Grayscale: #B2B2B2. Windows color (decimal): -2383704 or 11051227. OLE color: 11051227.
HSL color Cylindrical-coordinate representation of color #DBA0A8: hue angle of 351.86º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DBA0A8 is Cyan = 0, Magento = 0.27, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 160 | 168 | - |
| CMYK | 0 | 0.27 | 0.23 | 0.14 |
| HSL | 351.86º | 0.45% | 0.74% | - |
| HSV(B) | 351.86º | 0.27% | 0.86% | - |
| XYZ | 48.85 | 43.03 | 42.78 | - |
| YUV | 178.55 | 122.05 | 156.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 160 | 168 | 0 | 0.27 | 0.23 | 0.14 | 351.86 | 0.45 | 0.74 |
| Hex | DB | A0 | A8 | 0 | 1B | 17 | E | 160 | 2D | 4A |
| Octal | 333 | 240 | 250 | 0 | 33 | 27 | 16 | 540 | 55 | 112 |
| Binary | 11011011 | 10100000 | 10101000 | 0 | 11011 | 10111 | 1110 | 101100000 | 101101 | 1001010 |
Color Harmonies of #DBA0A8
Complementary color
Monochromatic Colors of #DBA0A8
Black with #DBA0A8
Text Example
Text Example
White with #DBA0A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA0A8; }
p { color: rgb(219,160,168); }
H1.HeaderClassName
{
color: #DBA0A8;
}
.AnyTagClassName
{
color: #DBA0A8;
}
</style>
background-color css
<style>
a { background-color: #DBA0A8; }
a { background-color: rgb(219,160,168); }
div.DivClassName
{
background-color: #DBA0A8;
}
.BgClassName
{
background-color: #DBA0A8;
}
</style>
border-color css
<style>
span { border-color: #DBA0A8; }
span { border-color: rgb(219,160,168); }
td.TdClassName
{
border-color: #DBA0A8;
}
.TagClassName
{
border-color: #DBA0A8;
}
</style>