Shades of Whiskey Sour #DB9255
Tints of Whiskey Sour #DB9255
RGB
CMYK
RGB Variations
Color information
#DB9255 (or 0xDB9255) is known color: Whiskey Sour. HEX triplet: DB, 92 and 55. RGB value is (219,146,85). Sum of RGB (Red+Green+Blue) = 219+146+85=450 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.67% from 450); Green value is 146 (57.42% from 255 or 32.44% from 450); Blue value is 85 (33.59% from 255 or 18.89% from 450); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9255 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9255 is #246DAA. Grayscale: #A1A1A1. Windows color (decimal): -2387371 or 5608155. OLE color: 5608155.
HSL color Cylindrical-coordinate representation of color #DB9255: hue angle of 27.31º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DB9255 is Cyan = 0, Magento = 0.33, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 146 | 85 | - |
| CMYK | 0 | 0.33 | 0.61 | 0.14 |
| HSL | 27.31º | 0.65% | 0.6% | - |
| HSV(B) | 27.31º | 0.61% | 0.86% | - |
| XYZ | 41.13 | 36.27 | 13.43 | - |
| YUV | 160.87 | 85.18 | 169.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 146 | 85 | 0 | 0.33 | 0.61 | 0.14 | 27.31 | 0.65 | 0.6 |
| Hex | DB | 92 | 55 | 0 | 21 | 3D | E | 1B | 41 | 3C |
| Octal | 333 | 222 | 125 | 0 | 41 | 75 | 16 | 33 | 101 | 74 |
| Binary | 11011011 | 10010010 | 1010101 | 0 | 100001 | 111101 | 1110 | 11011 | 1000001 | 111100 |
Color Harmonies of #DB9255
Complementary color
Monochromatic Colors of #DB9255
Black with #DB9255
Text Example
Text Example
White with #DB9255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9255; }
p { color: rgb(219,146,85); }
H1.HeaderClassName
{
color: #DB9255;
}
.AnyTagClassName
{
color: #DB9255;
}
</style>
background-color css
<style>
a { background-color: #DB9255; }
a { background-color: rgb(219,146,85); }
div.DivClassName
{
background-color: #DB9255;
}
.BgClassName
{
background-color: #DB9255;
}
</style>
border-color css
<style>
span { border-color: #DB9255; }
span { border-color: rgb(219,146,85); }
td.TdClassName
{
border-color: #DB9255;
}
.TagClassName
{
border-color: #DB9255;
}
</style>