Shades of Whiskey Sour #D89860
Tints of Whiskey Sour #D89860
RGB
CMYK
RGB Variations
Color information
#D89860 (or 0xD89860) is known color: Whiskey Sour. HEX triplet: D8, 98 and 60. RGB value is (216,152,96). Sum of RGB (Red+Green+Blue) = 216+152+96=464 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.55% from 464); Green value is 152 (59.77% from 255 or 32.76% from 464); Blue value is 96 (37.89% from 255 or 20.69% from 464); Max value from RGB is 216 - color contains mainly: red. Hex color #D89860 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D89860 is #27679F. Grayscale: #A5A5A5. Windows color (decimal): -2582432 or 6330584. OLE color: 6330584.
HSL color Cylindrical-coordinate representation of color #D89860: hue angle of 28º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D89860 is Cyan = 0, Magento = 0.30, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 152 | 96 | - |
| CMYK | 0 | 0.30 | 0.56 | 0.15 |
| HSL | 28º | 0.61% | 0.61% | - |
| HSV(B) | 28º | 0.56% | 0.85% | - |
| XYZ | 41.66 | 37.9 | 16.19 | - |
| YUV | 164.75 | 89.2 | 164.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 152 | 96 | 0 | 0.30 | 0.56 | 0.15 | 28 | 0.61 | 0.61 |
| Hex | D8 | 98 | 60 | 0 | 1E | 38 | F | 1C | 3D | 3D |
| Octal | 330 | 230 | 140 | 0 | 36 | 70 | 17 | 34 | 75 | 75 |
| Binary | 11011000 | 10011000 | 1100000 | 0 | 11110 | 111000 | 1111 | 11100 | 111101 | 111101 |
Color Harmonies of #D89860
Complementary color
Monochromatic Colors of #D89860
Black with #D89860
Text Example
Text Example
White with #D89860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89860; }
p { color: rgb(216,152,96); }
H1.HeaderClassName
{
color: #D89860;
}
.AnyTagClassName
{
color: #D89860;
}
</style>
background-color css
<style>
a { background-color: #D89860; }
a { background-color: rgb(216,152,96); }
div.DivClassName
{
background-color: #D89860;
}
.BgClassName
{
background-color: #D89860;
}
</style>
border-color css
<style>
span { border-color: #D89860; }
span { border-color: rgb(216,152,96); }
td.TdClassName
{
border-color: #D89860;
}
.TagClassName
{
border-color: #D89860;
}
</style>