Shades of Pale Chestnut #DBA3A7
Tints of Pale Chestnut #DBA3A7
RGB
CMYK
RGB Variations
Color information
#DBA3A7 (or 0xDBA3A7) is known color: Pale Chestnut. HEX triplet: DB, A3 and A7. RGB value is (219,163,167). Sum of RGB (Red+Green+Blue) = 219+163+167=549 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.89% from 549); Green value is 163 (64.06% from 255 or 29.69% from 549); Blue value is 167 (65.62% from 255 or 30.42% from 549); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA3A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA3A7 is #245C58. Grayscale: #B4B4B4. Windows color (decimal): -2382937 or 10986459. OLE color: 10986459.
HSL color Cylindrical-coordinate representation of color #DBA3A7: hue angle of 355.71º 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 #DBA3A7 is Cyan = 0, Magento = 0.26, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 163 | 167 | - |
| CMYK | 0 | 0.26 | 0.24 | 0.14 |
| HSL | 355.71º | 0.44% | 0.75% | - |
| HSV(B) | 355.71º | 0.26% | 0.86% | - |
| XYZ | 49.29 | 44.04 | 42.46 | - |
| YUV | 180.2 | 120.55 | 155.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 163 | 167 | 0 | 0.26 | 0.24 | 0.14 | 355.71 | 0.44 | 0.75 |
| Hex | DB | A3 | A7 | 0 | 1A | 18 | E | 164 | 2C | 4B |
| Octal | 333 | 243 | 247 | 0 | 32 | 30 | 16 | 544 | 54 | 113 |
| Binary | 11011011 | 10100011 | 10100111 | 0 | 11010 | 11000 | 1110 | 101100100 | 101100 | 1001011 |
Color Harmonies of #DBA3A7
Complementary color
Monochromatic Colors of #DBA3A7
Black with #DBA3A7
Text Example
Text Example
White with #DBA3A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA3A7; }
p { color: rgb(219,163,167); }
H1.HeaderClassName
{
color: #DBA3A7;
}
.AnyTagClassName
{
color: #DBA3A7;
}
</style>
background-color css
<style>
a { background-color: #DBA3A7; }
a { background-color: rgb(219,163,167); }
div.DivClassName
{
background-color: #DBA3A7;
}
.BgClassName
{
background-color: #DBA3A7;
}
</style>
border-color css
<style>
span { border-color: #DBA3A7; }
span { border-color: rgb(219,163,167); }
td.TdClassName
{
border-color: #DBA3A7;
}
.TagClassName
{
border-color: #DBA3A7;
}
</style>