Shades of Whiskey Sour #D09860
Tints of Whiskey Sour #D09860
RGB
CMYK
RGB Variations
Color information
#D09860 (or 0xD09860) is known color: Whiskey Sour. HEX triplet: D0, 98 and 60. RGB value is (208,152,96). Sum of RGB (Red+Green+Blue) = 208+152+96=456 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.61% from 456); Green value is 152 (59.77% from 255 or 33.33% from 456); Blue value is 96 (37.89% from 255 or 21.05% from 456); Max value from RGB is 208 - color contains mainly: red. Hex color #D09860 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09860 is #2F679F. Grayscale: #A2A2A2. Windows color (decimal): -3106720 or 6330576. OLE color: 6330576.
HSL color Cylindrical-coordinate representation of color #D09860: hue angle of 30º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D09860 is Cyan = 0, Magento = 0.27, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 152 | 96 | - |
| CMYK | 0 | 0.27 | 0.54 | 0.18 |
| HSL | 30º | 0.54% | 0.6% | - |
| HSV(B) | 30º | 0.54% | 0.82% | - |
| XYZ | 39.35 | 36.71 | 16.08 | - |
| YUV | 162.36 | 90.55 | 160.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 152 | 96 | 0 | 0.27 | 0.54 | 0.18 | 30 | 0.54 | 0.6 |
| Hex | D0 | 98 | 60 | 0 | 1B | 36 | 12 | 1E | 36 | 3C |
| Octal | 320 | 230 | 140 | 0 | 33 | 66 | 22 | 36 | 66 | 74 |
| Binary | 11010000 | 10011000 | 1100000 | 0 | 11011 | 110110 | 10010 | 11110 | 110110 | 111100 |
Color Harmonies of #D09860
Complementary color
Monochromatic Colors of #D09860
Black with #D09860
Text Example
Text Example
White with #D09860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09860; }
p { color: rgb(208,152,96); }
H1.HeaderClassName
{
color: #D09860;
}
.AnyTagClassName
{
color: #D09860;
}
</style>
background-color css
<style>
a { background-color: #D09860; }
a { background-color: rgb(208,152,96); }
div.DivClassName
{
background-color: #D09860;
}
.BgClassName
{
background-color: #D09860;
}
</style>
border-color css
<style>
span { border-color: #D09860; }
span { border-color: rgb(208,152,96); }
td.TdClassName
{
border-color: #D09860;
}
.TagClassName
{
border-color: #D09860;
}
</style>