Shades of Pale Chestnut #DBA1A6
Tints of Pale Chestnut #DBA1A6
RGB
CMYK
RGB Variations
Color information
#DBA1A6 (or 0xDBA1A6) is known color: Pale Chestnut. HEX triplet: DB, A1 and A6. RGB value is (219,161,166). Sum of RGB (Red+Green+Blue) = 219+161+166=546 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.11% from 546); Green value is 161 (63.28% from 255 or 29.49% from 546); Blue value is 166 (65.23% from 255 or 30.40% from 546); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA1A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA1A6 is #245E59. Grayscale: #B2B2B2. Windows color (decimal): -2383450 or 10920411. OLE color: 10920411.
HSL color Cylindrical-coordinate representation of color #DBA1A6: hue angle of 354.83º degrees, saturation: 0.45, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DBA1A6 is Cyan = 0, Magento = 0.26, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 161 | 166 | - |
| CMYK | 0 | 0.26 | 0.24 | 0.14 |
| HSL | 354.83º | 0.45% | 0.75% | - |
| HSV(B) | 354.83º | 0.26% | 0.86% | - |
| XYZ | 48.84 | 43.3 | 41.86 | - |
| YUV | 178.91 | 120.72 | 156.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 161 | 166 | 0 | 0.26 | 0.24 | 0.14 | 354.83 | 0.45 | 0.75 |
| Hex | DB | A1 | A6 | 0 | 1A | 18 | E | 163 | 2D | 4B |
| Octal | 333 | 241 | 246 | 0 | 32 | 30 | 16 | 543 | 55 | 113 |
| Binary | 11011011 | 10100001 | 10100110 | 0 | 11010 | 11000 | 1110 | 101100011 | 101101 | 1001011 |
Color Harmonies of #DBA1A6
Complementary color
Monochromatic Colors of #DBA1A6
Black with #DBA1A6
Text Example
Text Example
White with #DBA1A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA1A6; }
p { color: rgb(219,161,166); }
H1.HeaderClassName
{
color: #DBA1A6;
}
.AnyTagClassName
{
color: #DBA1A6;
}
</style>
background-color css
<style>
a { background-color: #DBA1A6; }
a { background-color: rgb(219,161,166); }
div.DivClassName
{
background-color: #DBA1A6;
}
.BgClassName
{
background-color: #DBA1A6;
}
</style>
border-color css
<style>
span { border-color: #DBA1A6; }
span { border-color: rgb(219,161,166); }
td.TdClassName
{
border-color: #DBA1A6;
}
.TagClassName
{
border-color: #DBA1A6;
}
</style>