Shades of Pale Chestnut #DBA4AC
Tints of Pale Chestnut #DBA4AC
RGB
CMYK
RGB Variations
Color information
#DBA4AC (or 0xDBA4AC) is known color: Pale Chestnut. HEX triplet: DB, A4 and AC. RGB value is (219,164,172). Sum of RGB (Red+Green+Blue) = 219+164+172=555 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.46% from 555); Green value is 164 (64.45% from 255 or 29.55% from 555); Blue value is 172 (67.58% from 255 or 30.99% from 555); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA4AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA4AC is #245B53. Grayscale: #B5B5B5. Windows color (decimal): -2382676 or 11314395. OLE color: 11314395.
HSL color Cylindrical-coordinate representation of color #DBA4AC: hue angle of 351.27º degrees, saturation: 0.43, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DBA4AC is Cyan = 0, Magento = 0.25, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 164 | 172 | - |
| CMYK | 0 | 0.25 | 0.21 | 0.14 |
| HSL | 351.27º | 0.43% | 0.75% | - |
| HSV(B) | 351.27º | 0.25% | 0.86% | - |
| XYZ | 49.94 | 44.59 | 45 | - |
| YUV | 181.36 | 122.72 | 154.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 164 | 172 | 0 | 0.25 | 0.21 | 0.14 | 351.27 | 0.43 | 0.75 |
| Hex | DB | A4 | AC | 0 | 19 | 15 | E | 15F | 2B | 4B |
| Octal | 333 | 244 | 254 | 0 | 31 | 25 | 16 | 537 | 53 | 113 |
| Binary | 11011011 | 10100100 | 10101100 | 0 | 11001 | 10101 | 1110 | 101011111 | 101011 | 1001011 |
Color Harmonies of #DBA4AC
Complementary color
Monochromatic Colors of #DBA4AC
Black with #DBA4AC
Text Example
Text Example
White with #DBA4AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA4AC; }
p { color: rgb(219,164,172); }
H1.HeaderClassName
{
color: #DBA4AC;
}
.AnyTagClassName
{
color: #DBA4AC;
}
</style>
background-color css
<style>
a { background-color: #DBA4AC; }
a { background-color: rgb(219,164,172); }
div.DivClassName
{
background-color: #DBA4AC;
}
.BgClassName
{
background-color: #DBA4AC;
}
</style>
border-color css
<style>
span { border-color: #DBA4AC; }
span { border-color: rgb(219,164,172); }
td.TdClassName
{
border-color: #DBA4AC;
}
.TagClassName
{
border-color: #DBA4AC;
}
</style>