Shades of Whiskey #DB9766
Tints of Whiskey #DB9766
RGB
CMYK
RGB Variations
Color information
#DB9766 (or 0xDB9766) is known color: Whiskey. HEX triplet: DB, 97 and 66. RGB value is (219,151,102). Sum of RGB (Red+Green+Blue) = 219+151+102=472 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.40% from 472); Green value is 151 (59.38% from 255 or 31.99% from 472); Blue value is 102 (40.23% from 255 or 21.61% from 472); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9766 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9766 is #246899. Grayscale: #A6A6A6. Windows color (decimal): -2386074 or 6723547. OLE color: 6723547.
HSL color Cylindrical-coordinate representation of color #DB9766: hue angle of 25.13º degrees, saturation: 0.62, 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 #DB9766 is Cyan = 0, Magento = 0.31, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 151 | 102 | - |
| CMYK | 0 | 0.31 | 0.53 | 0.14 |
| HSL | 25.13º | 0.62% | 0.63% | - |
| HSV(B) | 25.13º | 0.53% | 0.86% | - |
| XYZ | 42.68 | 38.15 | 17.69 | - |
| YUV | 165.75 | 92.03 | 165.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 151 | 102 | 0 | 0.31 | 0.53 | 0.14 | 25.13 | 0.62 | 0.63 |
| Hex | DB | 97 | 66 | 0 | 1F | 35 | E | 19 | 3E | 3F |
| Octal | 333 | 227 | 146 | 0 | 37 | 65 | 16 | 31 | 76 | 77 |
| Binary | 11011011 | 10010111 | 1100110 | 0 | 11111 | 110101 | 1110 | 11001 | 111110 | 111111 |
Color Harmonies of #DB9766
Complementary color
Monochromatic Colors of #DB9766
Black with #DB9766
Text Example
Text Example
White with #DB9766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9766; }
p { color: rgb(219,151,102); }
H1.HeaderClassName
{
color: #DB9766;
}
.AnyTagClassName
{
color: #DB9766;
}
</style>
background-color css
<style>
a { background-color: #DB9766; }
a { background-color: rgb(219,151,102); }
div.DivClassName
{
background-color: #DB9766;
}
.BgClassName
{
background-color: #DB9766;
}
</style>
border-color css
<style>
span { border-color: #DB9766; }
span { border-color: rgb(219,151,102); }
td.TdClassName
{
border-color: #DB9766;
}
.TagClassName
{
border-color: #DB9766;
}
</style>