Shades of Whiskey Sour #DB8F5F
Tints of Whiskey Sour #DB8F5F
RGB
CMYK
RGB Variations
Color information
#DB8F5F (or 0xDB8F5F) is known color: Whiskey Sour. HEX triplet: DB, 8F and 5F. RGB value is (219,143,95). Sum of RGB (Red+Green+Blue) = 219+143+95=457 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.92% from 457); Green value is 143 (56.25% from 255 or 31.29% from 457); Blue value is 95 (37.5% from 255 or 20.79% from 457); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8F5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8F5F is #2470A0. Grayscale: #A0A0A0. Windows color (decimal): -2388129 or 6262747. OLE color: 6262747.
HSL color Cylindrical-coordinate representation of color #DB8F5F: hue angle of 23.23º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DB8F5F is Cyan = 0, Magento = 0.35, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 143 | 95 | - |
| CMYK | 0 | 0.35 | 0.57 | 0.14 |
| HSL | 23.23º | 0.63% | 0.62% | - |
| HSV(B) | 23.23º | 0.57% | 0.86% | - |
| XYZ | 41.1 | 35.53 | 15.52 | - |
| YUV | 160.25 | 91.18 | 169.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 143 | 95 | 0 | 0.35 | 0.57 | 0.14 | 23.23 | 0.63 | 0.62 |
| Hex | DB | 8F | 5F | 0 | 23 | 39 | E | 17 | 3F | 3E |
| Octal | 333 | 217 | 137 | 0 | 43 | 71 | 16 | 27 | 77 | 76 |
| Binary | 11011011 | 10001111 | 1011111 | 0 | 100011 | 111001 | 1110 | 10111 | 111111 | 111110 |
Color Harmonies of #DB8F5F
Complementary color
Monochromatic Colors of #DB8F5F
Black with #DB8F5F
Text Example
Text Example
White with #DB8F5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8F5F; }
p { color: rgb(219,143,95); }
H1.HeaderClassName
{
color: #DB8F5F;
}
.AnyTagClassName
{
color: #DB8F5F;
}
</style>
background-color css
<style>
a { background-color: #DB8F5F; }
a { background-color: rgb(219,143,95); }
div.DivClassName
{
background-color: #DB8F5F;
}
.BgClassName
{
background-color: #DB8F5F;
}
</style>
border-color css
<style>
span { border-color: #DB8F5F; }
span { border-color: rgb(219,143,95); }
td.TdClassName
{
border-color: #DB8F5F;
}
.TagClassName
{
border-color: #DB8F5F;
}
</style>