Shades of Whiskey #DB9363
Tints of Whiskey #DB9363
RGB
CMYK
RGB Variations
Color information
#DB9363 (or 0xDB9363) is known color: Whiskey. HEX triplet: DB, 93 and 63. RGB value is (219,147,99). Sum of RGB (Red+Green+Blue) = 219+147+99=465 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.10% from 465); Green value is 147 (57.81% from 255 or 31.61% from 465); Blue value is 99 (39.06% from 255 or 21.29% from 465); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9363 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9363 is #246C9C. Grayscale: #A3A3A3. Windows color (decimal): -2387101 or 6525915. OLE color: 6525915.
HSL color Cylindrical-coordinate representation of color #DB9363: hue angle of 24º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DB9363 is Cyan = 0, Magento = 0.33, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 147 | 99 | - |
| CMYK | 0 | 0.33 | 0.55 | 0.14 |
| HSL | 24º | 0.63% | 0.62% | - |
| HSV(B) | 24º | 0.55% | 0.86% | - |
| XYZ | 41.9 | 36.83 | 16.7 | - |
| YUV | 163.06 | 91.85 | 167.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 147 | 99 | 0 | 0.33 | 0.55 | 0.14 | 24 | 0.63 | 0.62 |
| Hex | DB | 93 | 63 | 0 | 21 | 37 | E | 18 | 3E | 3E |
| Octal | 333 | 223 | 143 | 0 | 41 | 67 | 16 | 30 | 76 | 76 |
| Binary | 11011011 | 10010011 | 1100011 | 0 | 100001 | 110111 | 1110 | 11000 | 111110 | 111110 |
Color Harmonies of #DB9363
Complementary color
Monochromatic Colors of #DB9363
Black with #DB9363
Text Example
Text Example
White with #DB9363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9363; }
p { color: rgb(219,147,99); }
H1.HeaderClassName
{
color: #DB9363;
}
.AnyTagClassName
{
color: #DB9363;
}
</style>
background-color css
<style>
a { background-color: #DB9363; }
a { background-color: rgb(219,147,99); }
div.DivClassName
{
background-color: #DB9363;
}
.BgClassName
{
background-color: #DB9363;
}
</style>
border-color css
<style>
span { border-color: #DB9363; }
span { border-color: rgb(219,147,99); }
td.TdClassName
{
border-color: #DB9363;
}
.TagClassName
{
border-color: #DB9363;
}
</style>