Shades of Whiskey Sour #DB8658
Tints of Whiskey Sour #DB8658
RGB
CMYK
RGB Variations
Color information
#DB8658 (or 0xDB8658) is known color: Whiskey Sour. HEX triplet: DB, 86 and 58. RGB value is (219,134,88). Sum of RGB (Red+Green+Blue) = 219+134+88=441 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.66% from 441); Green value is 134 (52.73% from 255 or 30.39% from 441); Blue value is 88 (34.77% from 255 or 19.95% from 441); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8658 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8658 is #2479A7. Grayscale: #9A9A9A. Windows color (decimal): -2390440 or 5801691. OLE color: 5801691.
HSL color Cylindrical-coordinate representation of color #DB8658: hue angle of 21.07º 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 #DB8658 is Cyan = 0, Magento = 0.39, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 134 | 88 | - |
| CMYK | 0 | 0.39 | 0.60 | 0.14 |
| HSL | 21.07º | 0.65% | 0.6% | - |
| HSV(B) | 21.07º | 0.6% | 0.86% | - |
| XYZ | 39.5 | 32.81 | 13.48 | - |
| YUV | 154.17 | 90.66 | 174.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 134 | 88 | 0 | 0.39 | 0.60 | 0.14 | 21.07 | 0.65 | 0.6 |
| Hex | DB | 86 | 58 | 0 | 27 | 3C | E | 15 | 41 | 3C |
| Octal | 333 | 206 | 130 | 0 | 47 | 74 | 16 | 25 | 101 | 74 |
| Binary | 11011011 | 10000110 | 1011000 | 0 | 100111 | 111100 | 1110 | 10101 | 1000001 | 111100 |
Color Harmonies of #DB8658
Complementary color
Monochromatic Colors of #DB8658
Black with #DB8658
Text Example
Text Example
White with #DB8658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8658; }
p { color: rgb(219,134,88); }
H1.HeaderClassName
{
color: #DB8658;
}
.AnyTagClassName
{
color: #DB8658;
}
</style>
background-color css
<style>
a { background-color: #DB8658; }
a { background-color: rgb(219,134,88); }
div.DivClassName
{
background-color: #DB8658;
}
.BgClassName
{
background-color: #DB8658;
}
</style>
border-color css
<style>
span { border-color: #DB8658; }
span { border-color: rgb(219,134,88); }
td.TdClassName
{
border-color: #DB8658;
}
.TagClassName
{
border-color: #DB8658;
}
</style>