Shades of Pale Chestnut #DBA5AD
Tints of Pale Chestnut #DBA5AD
RGB
CMYK
RGB Variations
Color information
#DBA5AD (or 0xDBA5AD) is known color: Pale Chestnut. HEX triplet: DB, A5 and AD. RGB value is (219,165,173). Sum of RGB (Red+Green+Blue) = 219+165+173=557 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.32% from 557); Green value is 165 (64.84% from 255 or 29.62% from 557); Blue value is 173 (67.97% from 255 or 31.06% from 557); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA5AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA5AD is #245A52. Grayscale: #B6B6B6. Windows color (decimal): -2382419 or 11380187. OLE color: 11380187.
HSL color Cylindrical-coordinate representation of color #DBA5AD: hue angle of 351.11º 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 #DBA5AD is Cyan = 0, Magento = 0.25, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 165 | 173 | - |
| CMYK | 0 | 0.25 | 0.21 | 0.14 |
| HSL | 351.11º | 0.43% | 0.75% | - |
| HSV(B) | 351.11º | 0.25% | 0.86% | - |
| XYZ | 50.21 | 44.99 | 45.57 | - |
| YUV | 182.06 | 122.89 | 154.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 165 | 173 | 0 | 0.25 | 0.21 | 0.14 | 351.11 | 0.43 | 0.75 |
| Hex | DB | A5 | AD | 0 | 19 | 15 | E | 15F | 2B | 4B |
| Octal | 333 | 245 | 255 | 0 | 31 | 25 | 16 | 537 | 53 | 113 |
| Binary | 11011011 | 10100101 | 10101101 | 0 | 11001 | 10101 | 1110 | 101011111 | 101011 | 1001011 |
Color Harmonies of #DBA5AD
Complementary color
Monochromatic Colors of #DBA5AD
Black with #DBA5AD
Text Example
Text Example
White with #DBA5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA5AD; }
p { color: rgb(219,165,173); }
H1.HeaderClassName
{
color: #DBA5AD;
}
.AnyTagClassName
{
color: #DBA5AD;
}
</style>
background-color css
<style>
a { background-color: #DBA5AD; }
a { background-color: rgb(219,165,173); }
div.DivClassName
{
background-color: #DBA5AD;
}
.BgClassName
{
background-color: #DBA5AD;
}
</style>
border-color css
<style>
span { border-color: #DBA5AD; }
span { border-color: rgb(219,165,173); }
td.TdClassName
{
border-color: #DBA5AD;
}
.TagClassName
{
border-color: #DBA5AD;
}
</style>