Shades of Whiskey Sour #D89559
Tints of Whiskey Sour #D89559
RGB
CMYK
RGB Variations
Color information
#D89559 (or 0xD89559) is known color: Whiskey Sour. HEX triplet: D8, 95 and 59. RGB value is (216,149,89). Sum of RGB (Red+Green+Blue) = 216+149+89=454 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.58% from 454); Green value is 149 (58.59% from 255 or 32.82% from 454); Blue value is 89 (35.16% from 255 or 19.60% from 454); Max value from RGB is 216 - color contains mainly: red. Hex color #D89559 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D89559 is #276AA6. Grayscale: #A2A2A2. Windows color (decimal): -2583207 or 5871064. OLE color: 5871064.
HSL color Cylindrical-coordinate representation of color #D89559: hue angle of 28.35º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D89559 is Cyan = 0, Magento = 0.31, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 149 | 89 | - |
| CMYK | 0 | 0.31 | 0.59 | 0.15 |
| HSL | 28.35º | 0.62% | 0.6% | - |
| HSV(B) | 28.35º | 0.59% | 0.85% | - |
| XYZ | 40.87 | 36.82 | 14.4 | - |
| YUV | 162.19 | 86.7 | 166.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 149 | 89 | 0 | 0.31 | 0.59 | 0.15 | 28.35 | 0.62 | 0.6 |
| Hex | D8 | 95 | 59 | 0 | 1F | 3B | F | 1C | 3E | 3C |
| Octal | 330 | 225 | 131 | 0 | 37 | 73 | 17 | 34 | 76 | 74 |
| Binary | 11011000 | 10010101 | 1011001 | 0 | 11111 | 111011 | 1111 | 11100 | 111110 | 111100 |
Color Harmonies of #D89559
Complementary color
Monochromatic Colors of #D89559
Black with #D89559
Text Example
Text Example
White with #D89559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89559; }
p { color: rgb(216,149,89); }
H1.HeaderClassName
{
color: #D89559;
}
.AnyTagClassName
{
color: #D89559;
}
</style>
background-color css
<style>
a { background-color: #D89559; }
a { background-color: rgb(216,149,89); }
div.DivClassName
{
background-color: #D89559;
}
.BgClassName
{
background-color: #D89559;
}
</style>
border-color css
<style>
span { border-color: #D89559; }
span { border-color: rgb(216,149,89); }
td.TdClassName
{
border-color: #D89559;
}
.TagClassName
{
border-color: #D89559;
}
</style>