Shades of Whiskey Sour #DB9061
Tints of Whiskey Sour #DB9061
RGB
CMYK
RGB Variations
Color information
#DB9061 (or 0xDB9061) is known color: Whiskey Sour. HEX triplet: DB, 90 and 61. RGB value is (219,144,97). Sum of RGB (Red+Green+Blue) = 219+144+97=460 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.61% from 460); Green value is 144 (56.64% from 255 or 31.30% from 460); Blue value is 97 (38.28% from 255 or 21.09% from 460); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9061 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9061 is #246F9E. Grayscale: #A1A1A1. Windows color (decimal): -2387871 or 6394075. OLE color: 6394075.
HSL color Cylindrical-coordinate representation of color #DB9061: hue angle of 23.11º 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 #DB9061 is Cyan = 0, Magento = 0.34, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 144 | 97 | - |
| CMYK | 0 | 0.34 | 0.56 | 0.14 |
| HSL | 23.11º | 0.63% | 0.62% | - |
| HSV(B) | 23.11º | 0.56% | 0.86% | - |
| XYZ | 41.34 | 35.87 | 16.05 | - |
| YUV | 161.07 | 91.85 | 169.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 144 | 97 | 0 | 0.34 | 0.56 | 0.14 | 23.11 | 0.63 | 0.62 |
| Hex | DB | 90 | 61 | 0 | 22 | 38 | E | 17 | 3F | 3E |
| Octal | 333 | 220 | 141 | 0 | 42 | 70 | 16 | 27 | 77 | 76 |
| Binary | 11011011 | 10010000 | 1100001 | 0 | 100010 | 111000 | 1110 | 10111 | 111111 | 111110 |
Color Harmonies of #DB9061
Complementary color
Monochromatic Colors of #DB9061
Black with #DB9061
Text Example
Text Example
White with #DB9061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9061; }
p { color: rgb(219,144,97); }
H1.HeaderClassName
{
color: #DB9061;
}
.AnyTagClassName
{
color: #DB9061;
}
</style>
background-color css
<style>
a { background-color: #DB9061; }
a { background-color: rgb(219,144,97); }
div.DivClassName
{
background-color: #DB9061;
}
.BgClassName
{
background-color: #DB9061;
}
</style>
border-color css
<style>
span { border-color: #DB9061; }
span { border-color: rgb(219,144,97); }
td.TdClassName
{
border-color: #DB9061;
}
.TagClassName
{
border-color: #DB9061;
}
</style>