Shades of Whiskey Sour #DB9561
Tints of Whiskey Sour #DB9561
RGB
CMYK
RGB Variations
Color information
#DB9561 (or 0xDB9561) is known color: Whiskey Sour. HEX triplet: DB, 95 and 61. RGB value is (219,149,97). Sum of RGB (Red+Green+Blue) = 219+149+97=465 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.10% from 465); Green value is 149 (58.59% from 255 or 32.04% from 465); Blue value is 97 (38.28% from 255 or 20.86% from 465); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9561 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9561 is #246A9E. Grayscale: #A4A4A4. Windows color (decimal): -2386591 or 6395355. OLE color: 6395355.
HSL color Cylindrical-coordinate representation of color #DB9561: hue angle of 25.57º 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 #DB9561 is Cyan = 0, Magento = 0.32, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 149 | 97 | - |
| CMYK | 0 | 0.32 | 0.56 | 0.14 |
| HSL | 25.57º | 0.63% | 0.62% | - |
| HSV(B) | 25.57º | 0.56% | 0.86% | - |
| XYZ | 42.12 | 37.42 | 16.31 | - |
| YUV | 164 | 90.19 | 167.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 149 | 97 | 0 | 0.32 | 0.56 | 0.14 | 25.57 | 0.63 | 0.62 |
| Hex | DB | 95 | 61 | 0 | 20 | 38 | E | 1A | 3F | 3E |
| Octal | 333 | 225 | 141 | 0 | 40 | 70 | 16 | 32 | 77 | 76 |
| Binary | 11011011 | 10010101 | 1100001 | 0 | 100000 | 111000 | 1110 | 11010 | 111111 | 111110 |
Color Harmonies of #DB9561
Complementary color
Monochromatic Colors of #DB9561
Black with #DB9561
Text Example
Text Example
White with #DB9561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9561; }
p { color: rgb(219,149,97); }
H1.HeaderClassName
{
color: #DB9561;
}
.AnyTagClassName
{
color: #DB9561;
}
</style>
background-color css
<style>
a { background-color: #DB9561; }
a { background-color: rgb(219,149,97); }
div.DivClassName
{
background-color: #DB9561;
}
.BgClassName
{
background-color: #DB9561;
}
</style>
border-color css
<style>
span { border-color: #DB9561; }
span { border-color: rgb(219,149,97); }
td.TdClassName
{
border-color: #DB9561;
}
.TagClassName
{
border-color: #DB9561;
}
</style>