Shades of Pale Chestnut #DBA5AC
Tints of Pale Chestnut #DBA5AC
RGB
CMYK
RGB Variations
Color information
#DBA5AC (or 0xDBA5AC) is known color: Pale Chestnut. HEX triplet: DB, A5 and AC. RGB value is (219,165,172). Sum of RGB (Red+Green+Blue) = 219+165+172=556 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.39% from 556); Green value is 165 (64.84% from 255 or 29.68% from 556); Blue value is 172 (67.58% from 255 or 30.94% from 556); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA5AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA5AC is #245A53. Grayscale: #B5B5B5. Windows color (decimal): -2382420 or 11314651. OLE color: 11314651.
HSL color Cylindrical-coordinate representation of color #DBA5AC: hue angle of 352.22º 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 #DBA5AC is Cyan = 0, Magento = 0.25, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 165 | 172 | - |
| CMYK | 0 | 0.25 | 0.21 | 0.14 |
| HSL | 352.22º | 0.43% | 0.75% | - |
| HSV(B) | 352.22º | 0.25% | 0.86% | - |
| XYZ | 50.11 | 44.95 | 45.06 | - |
| YUV | 181.94 | 122.39 | 154.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 165 | 172 | 0 | 0.25 | 0.21 | 0.14 | 352.22 | 0.43 | 0.75 |
| Hex | DB | A5 | AC | 0 | 19 | 15 | E | 160 | 2B | 4B |
| Octal | 333 | 245 | 254 | 0 | 31 | 25 | 16 | 540 | 53 | 113 |
| Binary | 11011011 | 10100101 | 10101100 | 0 | 11001 | 10101 | 1110 | 101100000 | 101011 | 1001011 |
Color Harmonies of #DBA5AC
Complementary color
Monochromatic Colors of #DBA5AC
Black with #DBA5AC
Text Example
Text Example
White with #DBA5AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA5AC; }
p { color: rgb(219,165,172); }
H1.HeaderClassName
{
color: #DBA5AC;
}
.AnyTagClassName
{
color: #DBA5AC;
}
</style>
background-color css
<style>
a { background-color: #DBA5AC; }
a { background-color: rgb(219,165,172); }
div.DivClassName
{
background-color: #DBA5AC;
}
.BgClassName
{
background-color: #DBA5AC;
}
</style>
border-color css
<style>
span { border-color: #DBA5AC; }
span { border-color: rgb(219,165,172); }
td.TdClassName
{
border-color: #DBA5AC;
}
.TagClassName
{
border-color: #DBA5AC;
}
</style>