Shades of Pale Chestnut #DBA1AA
Tints of Pale Chestnut #DBA1AA
RGB
CMYK
RGB Variations
Color information
#DBA1AA (or 0xDBA1AA) is known color: Pale Chestnut. HEX triplet: DB, A1 and AA. RGB value is (219,161,170). Sum of RGB (Red+Green+Blue) = 219+161+170=550 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.82% from 550); Green value is 161 (63.28% from 255 or 29.27% from 550); Blue value is 170 (66.80% from 255 or 30.91% from 550); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA1AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA1AA is #245E55. Grayscale: #B3B3B3. Windows color (decimal): -2383446 or 11182555. OLE color: 11182555.
HSL color Cylindrical-coordinate representation of color #DBA1AA: hue angle of 350.69º 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 #DBA1AA is Cyan = 0, Magento = 0.26, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 161 | 170 | - |
| CMYK | 0 | 0.26 | 0.22 | 0.14 |
| HSL | 350.69º | 0.45% | 0.75% | - |
| HSV(B) | 350.69º | 0.26% | 0.86% | - |
| XYZ | 49.21 | 43.45 | 43.82 | - |
| YUV | 179.37 | 122.72 | 156.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 161 | 170 | 0 | 0.26 | 0.22 | 0.14 | 350.69 | 0.45 | 0.75 |
| Hex | DB | A1 | AA | 0 | 1A | 16 | E | 15F | 2D | 4B |
| Octal | 333 | 241 | 252 | 0 | 32 | 26 | 16 | 537 | 55 | 113 |
| Binary | 11011011 | 10100001 | 10101010 | 0 | 11010 | 10110 | 1110 | 101011111 | 101101 | 1001011 |
Color Harmonies of #DBA1AA
Complementary color
Monochromatic Colors of #DBA1AA
Black with #DBA1AA
Text Example
Text Example
White with #DBA1AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA1AA; }
p { color: rgb(219,161,170); }
H1.HeaderClassName
{
color: #DBA1AA;
}
.AnyTagClassName
{
color: #DBA1AA;
}
</style>
background-color css
<style>
a { background-color: #DBA1AA; }
a { background-color: rgb(219,161,170); }
div.DivClassName
{
background-color: #DBA1AA;
}
.BgClassName
{
background-color: #DBA1AA;
}
</style>
border-color css
<style>
span { border-color: #DBA1AA; }
span { border-color: rgb(219,161,170); }
td.TdClassName
{
border-color: #DBA1AA;
}
.TagClassName
{
border-color: #DBA1AA;
}
</style>