Shades of Whiskey Sour #DB8F51
Tints of Whiskey Sour #DB8F51
RGB
CMYK
RGB Variations
Color information
#DB8F51 (or 0xDB8F51) is known color: Whiskey Sour. HEX triplet: DB, 8F and 51. RGB value is (219,143,81). Sum of RGB (Red+Green+Blue) = 219+143+81=443 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.44% from 443); Green value is 143 (56.25% from 255 or 32.28% from 443); Blue value is 81 (32.03% from 255 or 18.28% from 443); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8F51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8F51 is #2470AE. Grayscale: #9E9E9E. Windows color (decimal): -2388143 or 5345243. OLE color: 5345243.
HSL color Cylindrical-coordinate representation of color #DB8F51: hue angle of 26.96º 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 #DB8F51 is Cyan = 0, Magento = 0.35, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 143 | 81 | - |
| CMYK | 0 | 0.35 | 0.63 | 0.14 |
| HSL | 26.96º | 0.66% | 0.59% | - |
| HSV(B) | 26.96º | 0.63% | 0.86% | - |
| XYZ | 40.52 | 35.3 | 12.46 | - |
| YUV | 158.66 | 84.18 | 171.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 143 | 81 | 0 | 0.35 | 0.63 | 0.14 | 26.96 | 0.66 | 0.59 |
| Hex | DB | 8F | 51 | 0 | 23 | 3F | E | 1B | 42 | 3B |
| Octal | 333 | 217 | 121 | 0 | 43 | 77 | 16 | 33 | 102 | 73 |
| Binary | 11011011 | 10001111 | 1010001 | 0 | 100011 | 111111 | 1110 | 11011 | 1000010 | 111011 |
Color Harmonies of #DB8F51
Complementary color
Monochromatic Colors of #DB8F51
Black with #DB8F51
Text Example
Text Example
White with #DB8F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8F51; }
p { color: rgb(219,143,81); }
H1.HeaderClassName
{
color: #DB8F51;
}
.AnyTagClassName
{
color: #DB8F51;
}
</style>
background-color css
<style>
a { background-color: #DB8F51; }
a { background-color: rgb(219,143,81); }
div.DivClassName
{
background-color: #DB8F51;
}
.BgClassName
{
background-color: #DB8F51;
}
</style>
border-color css
<style>
span { border-color: #DB8F51; }
span { border-color: rgb(219,143,81); }
td.TdClassName
{
border-color: #DB8F51;
}
.TagClassName
{
border-color: #DB8F51;
}
</style>