Shades of Whiskey Sour #DB8955
Tints of Whiskey Sour #DB8955
RGB
CMYK
RGB Variations
Color information
#DB8955 (or 0xDB8955) is known color: Whiskey Sour. HEX triplet: DB, 89 and 55. RGB value is (219,137,85). Sum of RGB (Red+Green+Blue) = 219+137+85=441 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.66% from 441); Green value is 137 (53.91% from 255 or 31.07% from 441); Blue value is 85 (33.59% from 255 or 19.27% from 441); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8955 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8955 is #2476AA. Grayscale: #9B9B9B. Windows color (decimal): -2389675 or 5605851. OLE color: 5605851.
HSL color Cylindrical-coordinate representation of color #DB8955: hue angle of 23.28º 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 #DB8955 is Cyan = 0, Magento = 0.37, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 137 | 85 | - |
| CMYK | 0 | 0.37 | 0.61 | 0.14 |
| HSL | 23.28º | 0.65% | 0.6% | - |
| HSV(B) | 23.28º | 0.61% | 0.86% | - |
| XYZ | 39.8 | 33.61 | 12.98 | - |
| YUV | 155.59 | 88.17 | 173.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 137 | 85 | 0 | 0.37 | 0.61 | 0.14 | 23.28 | 0.65 | 0.6 |
| Hex | DB | 89 | 55 | 0 | 25 | 3D | E | 17 | 41 | 3C |
| Octal | 333 | 211 | 125 | 0 | 45 | 75 | 16 | 27 | 101 | 74 |
| Binary | 11011011 | 10001001 | 1010101 | 0 | 100101 | 111101 | 1110 | 10111 | 1000001 | 111100 |
Color Harmonies of #DB8955
Complementary color
Monochromatic Colors of #DB8955
Black with #DB8955
Text Example
Text Example
White with #DB8955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8955; }
p { color: rgb(219,137,85); }
H1.HeaderClassName
{
color: #DB8955;
}
.AnyTagClassName
{
color: #DB8955;
}
</style>
background-color css
<style>
a { background-color: #DB8955; }
a { background-color: rgb(219,137,85); }
div.DivClassName
{
background-color: #DB8955;
}
.BgClassName
{
background-color: #DB8955;
}
</style>
border-color css
<style>
span { border-color: #DB8955; }
span { border-color: rgb(219,137,85); }
td.TdClassName
{
border-color: #DB8955;
}
.TagClassName
{
border-color: #DB8955;
}
</style>