Shades of Whiskey Sour #DB9250
Tints of Whiskey Sour #DB9250
RGB
CMYK
RGB Variations
Color information
#DB9250 (or 0xDB9250) is known color: Whiskey Sour. HEX triplet: DB, 92 and 50. RGB value is (219,146,80). Sum of RGB (Red+Green+Blue) = 219+146+80=445 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.21% from 445); Green value is 146 (57.42% from 255 or 32.81% from 445); Blue value is 80 (31.64% from 255 or 17.98% from 445); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9250 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9250 is #246DAF. Grayscale: #A0A0A0. Windows color (decimal): -2387376 or 5280475. OLE color: 5280475.
HSL color Cylindrical-coordinate representation of color #DB9250: hue angle of 28.49º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DB9250 is Cyan = 0, Magento = 0.33, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 146 | 80 | - |
| CMYK | 0 | 0.33 | 0.63 | 0.14 |
| HSL | 28.49º | 0.66% | 0.59% | - |
| HSV(B) | 28.49º | 0.63% | 0.86% | - |
| XYZ | 40.94 | 36.2 | 12.42 | - |
| YUV | 160.3 | 82.68 | 169.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 146 | 80 | 0 | 0.33 | 0.63 | 0.14 | 28.49 | 0.66 | 0.59 |
| Hex | DB | 92 | 50 | 0 | 21 | 3F | E | 1C | 42 | 3B |
| Octal | 333 | 222 | 120 | 0 | 41 | 77 | 16 | 34 | 102 | 73 |
| Binary | 11011011 | 10010010 | 1010000 | 0 | 100001 | 111111 | 1110 | 11100 | 1000010 | 111011 |
Color Harmonies of #DB9250
Complementary color
Monochromatic Colors of #DB9250
Black with #DB9250
Text Example
Text Example
White with #DB9250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9250; }
p { color: rgb(219,146,80); }
H1.HeaderClassName
{
color: #DB9250;
}
.AnyTagClassName
{
color: #DB9250;
}
</style>
background-color css
<style>
a { background-color: #DB9250; }
a { background-color: rgb(219,146,80); }
div.DivClassName
{
background-color: #DB9250;
}
.BgClassName
{
background-color: #DB9250;
}
</style>
border-color css
<style>
span { border-color: #DB9250; }
span { border-color: rgb(219,146,80); }
td.TdClassName
{
border-color: #DB9250;
}
.TagClassName
{
border-color: #DB9250;
}
</style>