Shades of Whiskey Sour #DB9260
Tints of Whiskey Sour #DB9260
RGB
CMYK
RGB Variations
Color information
#DB9260 (or 0xDB9260) is known color: Whiskey Sour. HEX triplet: DB, 92 and 60. RGB value is (219,146,96). Sum of RGB (Red+Green+Blue) = 219+146+96=461 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.51% from 461); Green value is 146 (57.42% from 255 or 31.67% from 461); Blue value is 96 (37.89% from 255 or 20.82% from 461); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9260 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9260 is #246D9F. Grayscale: #A2A2A2. Windows color (decimal): -2387360 or 6329051. OLE color: 6329051.
HSL color Cylindrical-coordinate representation of color #DB9260: hue angle of 24.39º 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 #DB9260 is Cyan = 0, Magento = 0.33, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 146 | 96 | - |
| CMYK | 0 | 0.33 | 0.56 | 0.14 |
| HSL | 24.39º | 0.63% | 0.62% | - |
| HSV(B) | 24.39º | 0.56% | 0.86% | - |
| XYZ | 41.6 | 36.46 | 15.91 | - |
| YUV | 162.13 | 90.68 | 168.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 146 | 96 | 0 | 0.33 | 0.56 | 0.14 | 24.39 | 0.63 | 0.62 |
| Hex | DB | 92 | 60 | 0 | 21 | 38 | E | 18 | 3F | 3E |
| Octal | 333 | 222 | 140 | 0 | 41 | 70 | 16 | 30 | 77 | 76 |
| Binary | 11011011 | 10010010 | 1100000 | 0 | 100001 | 111000 | 1110 | 11000 | 111111 | 111110 |
Color Harmonies of #DB9260
Complementary color
Monochromatic Colors of #DB9260
Black with #DB9260
Text Example
Text Example
White with #DB9260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9260; }
p { color: rgb(219,146,96); }
H1.HeaderClassName
{
color: #DB9260;
}
.AnyTagClassName
{
color: #DB9260;
}
</style>
background-color css
<style>
a { background-color: #DB9260; }
a { background-color: rgb(219,146,96); }
div.DivClassName
{
background-color: #DB9260;
}
.BgClassName
{
background-color: #DB9260;
}
</style>
border-color css
<style>
span { border-color: #DB9260; }
span { border-color: rgb(219,146,96); }
td.TdClassName
{
border-color: #DB9260;
}
.TagClassName
{
border-color: #DB9260;
}
</style>