Shades of Whiskey Sour #D89663
Tints of Whiskey Sour #D89663
RGB
CMYK
RGB Variations
Color information
#D89663 (or 0xD89663) is known color: Whiskey Sour. HEX triplet: D8, 96 and 63. RGB value is (216,150,99). Sum of RGB (Red+Green+Blue) = 216+150+99=465 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.45% from 465); Green value is 150 (58.98% from 255 or 32.26% from 465); Blue value is 99 (39.06% from 255 or 21.29% from 465); Max value from RGB is 216 - color contains mainly: red. Hex color #D89663 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D89663 is #27699C. Grayscale: #A4A4A4. Windows color (decimal): -2582941 or 6526680. OLE color: 6526680.
HSL color Cylindrical-coordinate representation of color #D89663: hue angle of 26.15º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D89663 is Cyan = 0, Magento = 0.31, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 150 | 99 | - |
| CMYK | 0 | 0.31 | 0.54 | 0.15 |
| HSL | 26.15º | 0.6% | 0.62% | - |
| HSV(B) | 26.15º | 0.54% | 0.85% | - |
| XYZ | 41.48 | 37.31 | 16.82 | - |
| YUV | 163.92 | 91.37 | 165.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 150 | 99 | 0 | 0.31 | 0.54 | 0.15 | 26.15 | 0.6 | 0.62 |
| Hex | D8 | 96 | 63 | 0 | 1F | 36 | F | 1A | 3C | 3E |
| Octal | 330 | 226 | 143 | 0 | 37 | 66 | 17 | 32 | 74 | 76 |
| Binary | 11011000 | 10010110 | 1100011 | 0 | 11111 | 110110 | 1111 | 11010 | 111100 | 111110 |
Color Harmonies of #D89663
Complementary color
Monochromatic Colors of #D89663
Black with #D89663
Text Example
Text Example
White with #D89663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89663; }
p { color: rgb(216,150,99); }
H1.HeaderClassName
{
color: #D89663;
}
.AnyTagClassName
{
color: #D89663;
}
</style>
background-color css
<style>
a { background-color: #D89663; }
a { background-color: rgb(216,150,99); }
div.DivClassName
{
background-color: #D89663;
}
.BgClassName
{
background-color: #D89663;
}
</style>
border-color css
<style>
span { border-color: #D89663; }
span { border-color: rgb(216,150,99); }
td.TdClassName
{
border-color: #D89663;
}
.TagClassName
{
border-color: #D89663;
}
</style>