Shades of Pale Chestnut #DBA7AB
Tints of Pale Chestnut #DBA7AB
RGB
CMYK
RGB Variations
Color information
#DBA7AB (or 0xDBA7AB) is known color: Pale Chestnut. HEX triplet: DB, A7 and AB. RGB value is (219,167,171). Sum of RGB (Red+Green+Blue) = 219+167+171=557 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.32% from 557); Green value is 167 (65.62% from 255 or 29.98% from 557); Blue value is 171 (67.19% from 255 or 30.70% from 557); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA7AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA7AB is #245854. Grayscale: #B7B7B7. Windows color (decimal): -2381909 or 11249627. OLE color: 11249627.
HSL color Cylindrical-coordinate representation of color #DBA7AB: hue angle of 355.38º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DBA7AB is Cyan = 0, Magento = 0.24, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 167 | 171 | - |
| CMYK | 0 | 0.24 | 0.22 | 0.14 |
| HSL | 355.38º | 0.42% | 0.76% | - |
| HSV(B) | 355.38º | 0.24% | 0.86% | - |
| XYZ | 50.38 | 45.64 | 44.68 | - |
| YUV | 183 | 121.23 | 153.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 167 | 171 | 0 | 0.24 | 0.22 | 0.14 | 355.38 | 0.42 | 0.76 |
| Hex | DB | A7 | AB | 0 | 18 | 16 | E | 163 | 2A | 4C |
| Octal | 333 | 247 | 253 | 0 | 30 | 26 | 16 | 543 | 52 | 114 |
| Binary | 11011011 | 10100111 | 10101011 | 0 | 11000 | 10110 | 1110 | 101100011 | 101010 | 1001100 |
Color Harmonies of #DBA7AB
Complementary color
Monochromatic Colors of #DBA7AB
Black with #DBA7AB
Text Example
Text Example
White with #DBA7AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA7AB; }
p { color: rgb(219,167,171); }
H1.HeaderClassName
{
color: #DBA7AB;
}
.AnyTagClassName
{
color: #DBA7AB;
}
</style>
background-color css
<style>
a { background-color: #DBA7AB; }
a { background-color: rgb(219,167,171); }
div.DivClassName
{
background-color: #DBA7AB;
}
.BgClassName
{
background-color: #DBA7AB;
}
</style>
border-color css
<style>
span { border-color: #DBA7AB; }
span { border-color: rgb(219,167,171); }
td.TdClassName
{
border-color: #DBA7AB;
}
.TagClassName
{
border-color: #DBA7AB;
}
</style>