Shades of Pale Chestnut #DBA8AA
Tints of Pale Chestnut #DBA8AA
RGB
CMYK
RGB Variations
Color information
#DBA8AA (or 0xDBA8AA) is known color: Pale Chestnut. HEX triplet: DB, A8 and AA. RGB value is (219,168,170). Sum of RGB (Red+Green+Blue) = 219+168+170=557 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.32% from 557); Green value is 168 (66.02% from 255 or 30.16% from 557); Blue value is 170 (66.80% from 255 or 30.52% from 557); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA8AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA8AA is #245755. Grayscale: #B7B7B7. Windows color (decimal): -2381654 or 11184347. OLE color: 11184347.
HSL color Cylindrical-coordinate representation of color #DBA8AA: hue angle of 357.65º degrees, saturation: 0.41, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DBA8AA is Cyan = 0, Magento = 0.23, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 168 | 170 | - |
| CMYK | 0 | 0.23 | 0.22 | 0.14 |
| HSL | 357.65º | 0.41% | 0.76% | - |
| HSV(B) | 357.65º | 0.23% | 0.86% | - |
| XYZ | 50.47 | 45.97 | 44.24 | - |
| YUV | 183.48 | 120.4 | 153.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 168 | 170 | 0 | 0.23 | 0.22 | 0.14 | 357.65 | 0.41 | 0.76 |
| Hex | DB | A8 | AA | 0 | 17 | 16 | E | 166 | 29 | 4C |
| Octal | 333 | 250 | 252 | 0 | 27 | 26 | 16 | 546 | 51 | 114 |
| Binary | 11011011 | 10101000 | 10101010 | 0 | 10111 | 10110 | 1110 | 101100110 | 101001 | 1001100 |
Color Harmonies of #DBA8AA
Complementary color
Monochromatic Colors of #DBA8AA
Black with #DBA8AA
Text Example
Text Example
White with #DBA8AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA8AA; }
p { color: rgb(219,168,170); }
H1.HeaderClassName
{
color: #DBA8AA;
}
.AnyTagClassName
{
color: #DBA8AA;
}
</style>
background-color css
<style>
a { background-color: #DBA8AA; }
a { background-color: rgb(219,168,170); }
div.DivClassName
{
background-color: #DBA8AA;
}
.BgClassName
{
background-color: #DBA8AA;
}
</style>
border-color css
<style>
span { border-color: #DBA8AA; }
span { border-color: rgb(219,168,170); }
td.TdClassName
{
border-color: #DBA8AA;
}
.TagClassName
{
border-color: #DBA8AA;
}
</style>