Shades of Whiskey #DB9467
Tints of Whiskey #DB9467
RGB
CMYK
RGB Variations
Color information
#DB9467 (or 0xDB9467) is known color: Whiskey. HEX triplet: DB, 94 and 67. RGB value is (219,148,103). Sum of RGB (Red+Green+Blue) = 219+148+103=470 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.60% from 470); Green value is 148 (58.20% from 255 or 31.49% from 470); Blue value is 103 (40.62% from 255 or 21.91% from 470); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9467 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9467 is #246B98. Grayscale: #A4A4A4. Windows color (decimal): -2386841 or 6788315. OLE color: 6788315.
HSL color Cylindrical-coordinate representation of color #DB9467: hue angle of 23.28º 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 #DB9467 is Cyan = 0, Magento = 0.32, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 148 | 103 | - |
| CMYK | 0 | 0.32 | 0.53 | 0.14 |
| HSL | 23.28º | 0.62% | 0.63% | - |
| HSV(B) | 23.28º | 0.53% | 0.86% | - |
| XYZ | 42.25 | 37.22 | 17.79 | - |
| YUV | 164.1 | 93.52 | 167.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 148 | 103 | 0 | 0.32 | 0.53 | 0.14 | 23.28 | 0.62 | 0.63 |
| Hex | DB | 94 | 67 | 0 | 20 | 35 | E | 17 | 3E | 3F |
| Octal | 333 | 224 | 147 | 0 | 40 | 65 | 16 | 27 | 76 | 77 |
| Binary | 11011011 | 10010100 | 1100111 | 0 | 100000 | 110101 | 1110 | 10111 | 111110 | 111111 |
Color Harmonies of #DB9467
Complementary color
Monochromatic Colors of #DB9467
Black with #DB9467
Text Example
Text Example
White with #DB9467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9467; }
p { color: rgb(219,148,103); }
H1.HeaderClassName
{
color: #DB9467;
}
.AnyTagClassName
{
color: #DB9467;
}
</style>
background-color css
<style>
a { background-color: #DB9467; }
a { background-color: rgb(219,148,103); }
div.DivClassName
{
background-color: #DB9467;
}
.BgClassName
{
background-color: #DB9467;
}
</style>
border-color css
<style>
span { border-color: #DB9467; }
span { border-color: rgb(219,148,103); }
td.TdClassName
{
border-color: #DB9467;
}
.TagClassName
{
border-color: #DB9467;
}
</style>