Shades of Whiskey Sour #DB965C
Tints of Whiskey Sour #DB965C
RGB
CMYK
RGB Variations
Color information
#DB965C (or 0xDB965C) is known color: Whiskey Sour. HEX triplet: DB, 96 and 5C. RGB value is (219,150,92). Sum of RGB (Red+Green+Blue) = 219+150+92=461 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.51% from 461); Green value is 150 (58.98% from 255 or 32.54% from 461); Blue value is 92 (36.33% from 255 or 19.96% from 461); Max value from RGB is 219 - color contains mainly: red. Hex color #DB965C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB965C is #2469A3. Grayscale: #A4A4A4. Windows color (decimal): -2386340 or 6067931. OLE color: 6067931.
HSL color Cylindrical-coordinate representation of color #DB965C: hue angle of 27.4º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DB965C is Cyan = 0, Magento = 0.32, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 150 | 92 | - |
| CMYK | 0 | 0.32 | 0.58 | 0.14 |
| HSL | 27.4º | 0.64% | 0.61% | - |
| HSV(B) | 27.4º | 0.58% | 0.86% | - |
| XYZ | 42.05 | 37.65 | 15.18 | - |
| YUV | 164.02 | 87.36 | 167.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 150 | 92 | 0 | 0.32 | 0.58 | 0.14 | 27.4 | 0.64 | 0.61 |
| Hex | DB | 96 | 5C | 0 | 20 | 3A | E | 1B | 40 | 3D |
| Octal | 333 | 226 | 134 | 0 | 40 | 72 | 16 | 33 | 100 | 75 |
| Binary | 11011011 | 10010110 | 1011100 | 0 | 100000 | 111010 | 1110 | 11011 | 1000000 | 111101 |
Color Harmonies of #DB965C
Complementary color
Monochromatic Colors of #DB965C
Black with #DB965C
Text Example
Text Example
White with #DB965C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB965C; }
p { color: rgb(219,150,92); }
H1.HeaderClassName
{
color: #DB965C;
}
.AnyTagClassName
{
color: #DB965C;
}
</style>
background-color css
<style>
a { background-color: #DB965C; }
a { background-color: rgb(219,150,92); }
div.DivClassName
{
background-color: #DB965C;
}
.BgClassName
{
background-color: #DB965C;
}
</style>
border-color css
<style>
span { border-color: #DB965C; }
span { border-color: rgb(219,150,92); }
td.TdClassName
{
border-color: #DB965C;
}
.TagClassName
{
border-color: #DB965C;
}
</style>