Shades of Whiskey #DB9768
Tints of Whiskey #DB9768
RGB
CMYK
RGB Variations
Color information
#DB9768 (or 0xDB9768) is known color: Whiskey. HEX triplet: DB, 97 and 68. RGB value is (219,151,104). Sum of RGB (Red+Green+Blue) = 219+151+104=474 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.20% from 474); Green value is 151 (59.38% from 255 or 31.86% from 474); Blue value is 104 (41.02% from 255 or 21.94% from 474); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9768 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9768 is #246897. Grayscale: #A6A6A6. Windows color (decimal): -2386072 or 6854619. OLE color: 6854619.
HSL color Cylindrical-coordinate representation of color #DB9768: hue angle of 24.52º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DB9768 is Cyan = 0, Magento = 0.31, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 151 | 104 | - |
| CMYK | 0 | 0.31 | 0.53 | 0.14 |
| HSL | 24.52º | 0.61% | 0.63% | - |
| HSV(B) | 24.52º | 0.53% | 0.86% | - |
| XYZ | 42.78 | 38.19 | 18.21 | - |
| YUV | 165.97 | 93.03 | 165.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 151 | 104 | 0 | 0.31 | 0.53 | 0.14 | 24.52 | 0.61 | 0.63 |
| Hex | DB | 97 | 68 | 0 | 1F | 35 | E | 19 | 3D | 3F |
| Octal | 333 | 227 | 150 | 0 | 37 | 65 | 16 | 31 | 75 | 77 |
| Binary | 11011011 | 10010111 | 1101000 | 0 | 11111 | 110101 | 1110 | 11001 | 111101 | 111111 |
Color Harmonies of #DB9768
Complementary color
Monochromatic Colors of #DB9768
Black with #DB9768
Text Example
Text Example
White with #DB9768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9768; }
p { color: rgb(219,151,104); }
H1.HeaderClassName
{
color: #DB9768;
}
.AnyTagClassName
{
color: #DB9768;
}
</style>
background-color css
<style>
a { background-color: #DB9768; }
a { background-color: rgb(219,151,104); }
div.DivClassName
{
background-color: #DB9768;
}
.BgClassName
{
background-color: #DB9768;
}
</style>
border-color css
<style>
span { border-color: #DB9768; }
span { border-color: rgb(219,151,104); }
td.TdClassName
{
border-color: #DB9768;
}
.TagClassName
{
border-color: #DB9768;
}
</style>