Shades of Whiskey Sour #DB965E
Tints of Whiskey Sour #DB965E
RGB
CMYK
RGB Variations
Color information
#DB965E (or 0xDB965E) is known color: Whiskey Sour. HEX triplet: DB, 96 and 5E. RGB value is (219,150,94). Sum of RGB (Red+Green+Blue) = 219+150+94=463 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.30% from 463); Green value is 150 (58.98% from 255 or 32.40% from 463); Blue value is 94 (37.11% from 255 or 20.30% from 463); Max value from RGB is 219 - color contains mainly: red. Hex color #DB965E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB965E is #2469A1. Grayscale: #A4A4A4. Windows color (decimal): -2386338 or 6199003. OLE color: 6199003.
HSL color Cylindrical-coordinate representation of color #DB965E: hue angle of 26.88º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DB965E is Cyan = 0, Magento = 0.32, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 150 | 94 | - |
| CMYK | 0 | 0.32 | 0.57 | 0.14 |
| HSL | 26.88º | 0.63% | 0.61% | - |
| HSV(B) | 26.88º | 0.57% | 0.86% | - |
| XYZ | 42.14 | 37.68 | 15.64 | - |
| YUV | 164.25 | 88.36 | 167.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 150 | 94 | 0 | 0.32 | 0.57 | 0.14 | 26.88 | 0.63 | 0.61 |
| Hex | DB | 96 | 5E | 0 | 20 | 39 | E | 1B | 3F | 3D |
| Octal | 333 | 226 | 136 | 0 | 40 | 71 | 16 | 33 | 77 | 75 |
| Binary | 11011011 | 10010110 | 1011110 | 0 | 100000 | 111001 | 1110 | 11011 | 111111 | 111101 |
Color Harmonies of #DB965E
Complementary color
Monochromatic Colors of #DB965E
Black with #DB965E
Text Example
Text Example
White with #DB965E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB965E; }
p { color: rgb(219,150,94); }
H1.HeaderClassName
{
color: #DB965E;
}
.AnyTagClassName
{
color: #DB965E;
}
</style>
background-color css
<style>
a { background-color: #DB965E; }
a { background-color: rgb(219,150,94); }
div.DivClassName
{
background-color: #DB965E;
}
.BgClassName
{
background-color: #DB965E;
}
</style>
border-color css
<style>
span { border-color: #DB965E; }
span { border-color: rgb(219,150,94); }
td.TdClassName
{
border-color: #DB965E;
}
.TagClassName
{
border-color: #DB965E;
}
</style>