Shades of Pale Chestnut #DBA3A6
Tints of Pale Chestnut #DBA3A6
RGB
CMYK
RGB Variations
Color information
#DBA3A6 (or 0xDBA3A6) is known color: Pale Chestnut. HEX triplet: DB, A3 and A6. RGB value is (219,163,166). Sum of RGB (Red+Green+Blue) = 219+163+166=548 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.96% from 548); Green value is 163 (64.06% from 255 or 29.74% from 548); Blue value is 166 (65.23% from 255 or 30.29% from 548); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA3A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA3A6 is #245C59. Grayscale: #B4B4B4. Windows color (decimal): -2382938 or 10920923. OLE color: 10920923.
HSL color Cylindrical-coordinate representation of color #DBA3A6: hue angle of 356.79º degrees, saturation: 0.44, 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 #DBA3A6 is Cyan = 0, Magento = 0.26, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 163 | 166 | - |
| CMYK | 0 | 0.26 | 0.24 | 0.14 |
| HSL | 356.79º | 0.44% | 0.75% | - |
| HSV(B) | 356.79º | 0.26% | 0.86% | - |
| XYZ | 49.19 | 44.01 | 41.98 | - |
| YUV | 180.09 | 120.05 | 155.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 163 | 166 | 0 | 0.26 | 0.24 | 0.14 | 356.79 | 0.44 | 0.75 |
| Hex | DB | A3 | A6 | 0 | 1A | 18 | E | 165 | 2C | 4B |
| Octal | 333 | 243 | 246 | 0 | 32 | 30 | 16 | 545 | 54 | 113 |
| Binary | 11011011 | 10100011 | 10100110 | 0 | 11010 | 11000 | 1110 | 101100101 | 101100 | 1001011 |
Color Harmonies of #DBA3A6
Complementary color
Monochromatic Colors of #DBA3A6
Black with #DBA3A6
Text Example
Text Example
White with #DBA3A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA3A6; }
p { color: rgb(219,163,166); }
H1.HeaderClassName
{
color: #DBA3A6;
}
.AnyTagClassName
{
color: #DBA3A6;
}
</style>
background-color css
<style>
a { background-color: #DBA3A6; }
a { background-color: rgb(219,163,166); }
div.DivClassName
{
background-color: #DBA3A6;
}
.BgClassName
{
background-color: #DBA3A6;
}
</style>
border-color css
<style>
span { border-color: #DBA3A6; }
span { border-color: rgb(219,163,166); }
td.TdClassName
{
border-color: #DBA3A6;
}
.TagClassName
{
border-color: #DBA3A6;
}
</style>