Shades of Whiskey Sour #DB9461
Tints of Whiskey Sour #DB9461
RGB
CMYK
RGB Variations
Color information
#DB9461 (or 0xDB9461) is known color: Whiskey Sour. HEX triplet: DB, 94 and 61. RGB value is (219,148,97). Sum of RGB (Red+Green+Blue) = 219+148+97=464 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.20% from 464); Green value is 148 (58.20% from 255 or 31.90% from 464); Blue value is 97 (38.28% from 255 or 20.91% from 464); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9461 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9461 is #246B9E. Grayscale: #A3A3A3. Windows color (decimal): -2386847 or 6395099. OLE color: 6395099.
HSL color Cylindrical-coordinate representation of color #DB9461: hue angle of 25.08º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DB9461 is Cyan = 0, Magento = 0.32, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 148 | 97 | - |
| CMYK | 0 | 0.32 | 0.56 | 0.14 |
| HSL | 25.08º | 0.63% | 0.62% | - |
| HSV(B) | 25.08º | 0.56% | 0.86% | - |
| XYZ | 41.96 | 37.1 | 16.26 | - |
| YUV | 163.42 | 90.52 | 167.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 148 | 97 | 0 | 0.32 | 0.56 | 0.14 | 25.08 | 0.63 | 0.62 |
| Hex | DB | 94 | 61 | 0 | 20 | 38 | E | 19 | 3F | 3E |
| Octal | 333 | 224 | 141 | 0 | 40 | 70 | 16 | 31 | 77 | 76 |
| Binary | 11011011 | 10010100 | 1100001 | 0 | 100000 | 111000 | 1110 | 11001 | 111111 | 111110 |
Color Harmonies of #DB9461
Complementary color
Monochromatic Colors of #DB9461
Black with #DB9461
Text Example
Text Example
White with #DB9461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9461; }
p { color: rgb(219,148,97); }
H1.HeaderClassName
{
color: #DB9461;
}
.AnyTagClassName
{
color: #DB9461;
}
</style>
background-color css
<style>
a { background-color: #DB9461; }
a { background-color: rgb(219,148,97); }
div.DivClassName
{
background-color: #DB9461;
}
.BgClassName
{
background-color: #DB9461;
}
</style>
border-color css
<style>
span { border-color: #DB9461; }
span { border-color: rgb(219,148,97); }
td.TdClassName
{
border-color: #DB9461;
}
.TagClassName
{
border-color: #DB9461;
}
</style>