Shades of Pale Chestnut #DB9FA5
Tints of Pale Chestnut #DB9FA5
RGB
CMYK
RGB Variations
Color information
#DB9FA5 (or 0xDB9FA5) is known color: Pale Chestnut. HEX triplet: DB, 9F and A5. RGB value is (219,159,165). Sum of RGB (Red+Green+Blue) = 219+159+165=543 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.33% from 543); Green value is 159 (62.5% from 255 or 29.28% from 543); Blue value is 165 (64.84% from 255 or 30.39% from 543); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9FA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9FA5 is #24605A. Grayscale: #B1B1B1. Windows color (decimal): -2383963 or 10854363. OLE color: 10854363.
HSL color Cylindrical-coordinate representation of color #DB9FA5: hue angle of 354º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DB9FA5 is Cyan = 0, Magento = 0.27, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 159 | 165 | - |
CMYK | 0 | 0.27 | 0.25 | 0.14 |
HSL | 354º | 0.45% | 0.74% | - |
HSV(B) | 354º | 0.27% | 0.86% | - |
XYZ | 48.4 | 42.57 | 41.26 | - |
YUV | 177.62 | 120.88 | 157.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 159 | 165 | 0 | 0.27 | 0.25 | 0.14 | 354 | 0.45 | 0.74 |
Hex | DB | 9F | A5 | 0 | 1B | 19 | E | 162 | 2D | 4A |
Octal | 333 | 237 | 245 | 0 | 33 | 31 | 16 | 542 | 55 | 112 |
Binary | 11011011 | 10011111 | 10100101 | 0 | 11011 | 11001 | 1110 | 101100010 | 101101 | 1001010 |
Color Harmonies of #DB9FA5
Complementary color
Monochromatic Colors of #DB9FA5
Black with #DB9FA5
Text Example
Text Example
White with #DB9FA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9FA5; }
p { color: rgb(219,159,165); }
H1.HeaderClassName
{
color: #DB9FA5;
}
.AnyTagClassName
{
color: #DB9FA5;
}
</style>
background-color css
<style>
a { background-color: #DB9FA5; }
a { background-color: rgb(219,159,165); }
div.DivClassName
{
background-color: #DB9FA5;
}
.BgClassName
{
background-color: #DB9FA5;
}
</style>
border-color css
<style>
span { border-color: #DB9FA5; }
span { border-color: rgb(219,159,165); }
td.TdClassName
{
border-color: #DB9FA5;
}
.TagClassName
{
border-color: #DB9FA5;
}
</style>