Shades of Whiskey Sour #DB8F55
Tints of Whiskey Sour #DB8F55
RGB
CMYK
RGB Variations
Color information
#DB8F55 (or 0xDB8F55) is known color: Whiskey Sour. HEX triplet: DB, 8F and 55. RGB value is (219,143,85). Sum of RGB (Red+Green+Blue) = 219+143+85=447 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.99% from 447); Green value is 143 (56.25% from 255 or 31.99% from 447); Blue value is 85 (33.59% from 255 or 19.02% from 447); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8F55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8F55 is #2470AA. Grayscale: #9F9F9F. Windows color (decimal): -2388139 or 5607387. OLE color: 5607387.
HSL color Cylindrical-coordinate representation of color #DB8F55: hue angle of 25.97º 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 #DB8F55 is Cyan = 0, Magento = 0.35, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 143 | 85 | - |
| CMYK | 0 | 0.35 | 0.61 | 0.14 |
| HSL | 25.97º | 0.65% | 0.6% | - |
| HSV(B) | 25.97º | 0.61% | 0.86% | - |
| XYZ | 40.68 | 35.36 | 13.28 | - |
| YUV | 159.11 | 86.18 | 170.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 143 | 85 | 0 | 0.35 | 0.61 | 0.14 | 25.97 | 0.65 | 0.6 |
| Hex | DB | 8F | 55 | 0 | 23 | 3D | E | 1A | 41 | 3C |
| Octal | 333 | 217 | 125 | 0 | 43 | 75 | 16 | 32 | 101 | 74 |
| Binary | 11011011 | 10001111 | 1010101 | 0 | 100011 | 111101 | 1110 | 11010 | 1000001 | 111100 |
Color Harmonies of #DB8F55
Complementary color
Monochromatic Colors of #DB8F55
Black with #DB8F55
Text Example
Text Example
White with #DB8F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8F55; }
p { color: rgb(219,143,85); }
H1.HeaderClassName
{
color: #DB8F55;
}
.AnyTagClassName
{
color: #DB8F55;
}
</style>
background-color css
<style>
a { background-color: #DB8F55; }
a { background-color: rgb(219,143,85); }
div.DivClassName
{
background-color: #DB8F55;
}
.BgClassName
{
background-color: #DB8F55;
}
</style>
border-color css
<style>
span { border-color: #DB8F55; }
span { border-color: rgb(219,143,85); }
td.TdClassName
{
border-color: #DB8F55;
}
.TagClassName
{
border-color: #DB8F55;
}
</style>