Shades of Whiskey Sour #DB9462
Tints of Whiskey Sour #DB9462
RGB
CMYK
RGB Variations
Color information
#DB9462 (or 0xDB9462) is known color: Whiskey Sour. HEX triplet: DB, 94 and 62. RGB value is (219,148,98). Sum of RGB (Red+Green+Blue) = 219+148+98=465 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.10% from 465); Green value is 148 (58.20% from 255 or 31.83% from 465); Blue value is 98 (38.67% from 255 or 21.08% from 465); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9462 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9462 is #246B9D. Grayscale: #A3A3A3. Windows color (decimal): -2386846 or 6460635. OLE color: 6460635.
HSL color Cylindrical-coordinate representation of color #DB9462: hue angle of 24.79º degrees, saturation: 0.63, 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 #DB9462 is Cyan = 0, Magento = 0.32, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 148 | 98 | - |
| CMYK | 0 | 0.32 | 0.55 | 0.14 |
| HSL | 24.79º | 0.63% | 0.62% | - |
| HSV(B) | 24.79º | 0.55% | 0.86% | - |
| XYZ | 42.01 | 37.12 | 16.51 | - |
| YUV | 163.53 | 91.02 | 167.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 148 | 98 | 0 | 0.32 | 0.55 | 0.14 | 24.79 | 0.63 | 0.62 |
| Hex | DB | 94 | 62 | 0 | 20 | 37 | E | 19 | 3F | 3E |
| Octal | 333 | 224 | 142 | 0 | 40 | 67 | 16 | 31 | 77 | 76 |
| Binary | 11011011 | 10010100 | 1100010 | 0 | 100000 | 110111 | 1110 | 11001 | 111111 | 111110 |
Color Harmonies of #DB9462
Complementary color
Monochromatic Colors of #DB9462
Black with #DB9462
Text Example
Text Example
White with #DB9462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9462; }
p { color: rgb(219,148,98); }
H1.HeaderClassName
{
color: #DB9462;
}
.AnyTagClassName
{
color: #DB9462;
}
</style>
background-color css
<style>
a { background-color: #DB9462; }
a { background-color: rgb(219,148,98); }
div.DivClassName
{
background-color: #DB9462;
}
.BgClassName
{
background-color: #DB9462;
}
</style>
border-color css
<style>
span { border-color: #DB9462; }
span { border-color: rgb(219,148,98); }
td.TdClassName
{
border-color: #DB9462;
}
.TagClassName
{
border-color: #DB9462;
}
</style>