Shades of Whiskey #DB9464
Tints of Whiskey #DB9464
RGB
CMYK
RGB Variations
Color information
#DB9464 (or 0xDB9464) is known color: Whiskey. HEX triplet: DB, 94 and 64. RGB value is (219,148,100). Sum of RGB (Red+Green+Blue) = 219+148+100=467 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.90% from 467); Green value is 148 (58.20% from 255 or 31.69% from 467); Blue value is 100 (39.45% from 255 or 21.41% from 467); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9464 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9464 is #246B9B. Grayscale: #A4A4A4. Windows color (decimal): -2386844 or 6591707. OLE color: 6591707.
HSL color Cylindrical-coordinate representation of color #DB9464: hue angle of 24.2º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DB9464 is Cyan = 0, Magento = 0.32, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 148 | 100 | - |
| CMYK | 0 | 0.32 | 0.54 | 0.14 |
| HSL | 24.2º | 0.62% | 0.63% | - |
| HSV(B) | 24.2º | 0.54% | 0.86% | - |
| XYZ | 42.1 | 37.16 | 17.01 | - |
| YUV | 163.76 | 92.02 | 167.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 148 | 100 | 0 | 0.32 | 0.54 | 0.14 | 24.2 | 0.62 | 0.63 |
| Hex | DB | 94 | 64 | 0 | 20 | 36 | E | 18 | 3E | 3F |
| Octal | 333 | 224 | 144 | 0 | 40 | 66 | 16 | 30 | 76 | 77 |
| Binary | 11011011 | 10010100 | 1100100 | 0 | 100000 | 110110 | 1110 | 11000 | 111110 | 111111 |
Color Harmonies of #DB9464
Complementary color
Monochromatic Colors of #DB9464
Black with #DB9464
Text Example
Text Example
White with #DB9464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9464; }
p { color: rgb(219,148,100); }
H1.HeaderClassName
{
color: #DB9464;
}
.AnyTagClassName
{
color: #DB9464;
}
</style>
background-color css
<style>
a { background-color: #DB9464; }
a { background-color: rgb(219,148,100); }
div.DivClassName
{
background-color: #DB9464;
}
.BgClassName
{
background-color: #DB9464;
}
</style>
border-color css
<style>
span { border-color: #DB9464; }
span { border-color: rgb(219,148,100); }
td.TdClassName
{
border-color: #DB9464;
}
.TagClassName
{
border-color: #DB9464;
}
</style>