Shades of Whiskey Sour #DB8F58
Tints of Whiskey Sour #DB8F58
RGB
CMYK
RGB Variations
Color information
#DB8F58 (or 0xDB8F58) is known color: Whiskey Sour. HEX triplet: DB, 8F and 58. RGB value is (219,143,88). Sum of RGB (Red+Green+Blue) = 219+143+88=450 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.67% from 450); Green value is 143 (56.25% from 255 or 31.78% from 450); Blue value is 88 (34.77% from 255 or 19.56% from 450); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8F58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8F58 is #2470A7. Grayscale: #9F9F9F. Windows color (decimal): -2388136 or 5803995. OLE color: 5803995.
HSL color Cylindrical-coordinate representation of color #DB8F58: hue angle of 25.19º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DB8F58 is Cyan = 0, Magento = 0.35, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 143 | 88 | - |
| CMYK | 0 | 0.35 | 0.60 | 0.14 |
| HSL | 25.19º | 0.65% | 0.6% | - |
| HSV(B) | 25.19º | 0.6% | 0.86% | - |
| XYZ | 40.8 | 35.41 | 13.92 | - |
| YUV | 159.45 | 87.68 | 170.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 143 | 88 | 0 | 0.35 | 0.60 | 0.14 | 25.19 | 0.65 | 0.6 |
| Hex | DB | 8F | 58 | 0 | 23 | 3C | E | 19 | 41 | 3C |
| Octal | 333 | 217 | 130 | 0 | 43 | 74 | 16 | 31 | 101 | 74 |
| Binary | 11011011 | 10001111 | 1011000 | 0 | 100011 | 111100 | 1110 | 11001 | 1000001 | 111100 |
Color Harmonies of #DB8F58
Complementary color
Monochromatic Colors of #DB8F58
Black with #DB8F58
Text Example
Text Example
White with #DB8F58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8F58; }
p { color: rgb(219,143,88); }
H1.HeaderClassName
{
color: #DB8F58;
}
.AnyTagClassName
{
color: #DB8F58;
}
</style>
background-color css
<style>
a { background-color: #DB8F58; }
a { background-color: rgb(219,143,88); }
div.DivClassName
{
background-color: #DB8F58;
}
.BgClassName
{
background-color: #DB8F58;
}
</style>
border-color css
<style>
span { border-color: #DB8F58; }
span { border-color: rgb(219,143,88); }
td.TdClassName
{
border-color: #DB8F58;
}
.TagClassName
{
border-color: #DB8F58;
}
</style>