Shades of Whiskey Sour #D89059
Tints of Whiskey Sour #D89059
RGB
CMYK
RGB Variations
Color information
#D89059 (or 0xD89059) is known color: Whiskey Sour. HEX triplet: D8, 90 and 59. RGB value is (216,144,89). Sum of RGB (Red+Green+Blue) = 216+144+89=449 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.11% from 449); Green value is 144 (56.64% from 255 or 32.07% from 449); Blue value is 89 (35.16% from 255 or 19.82% from 449); Max value from RGB is 216 - color contains mainly: red. Hex color #D89059 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D89059 is #276FA6. Grayscale: #9F9F9F. Windows color (decimal): -2584487 or 5869784. OLE color: 5869784.
HSL color Cylindrical-coordinate representation of color #D89059: hue angle of 25.98º 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 #D89059 is Cyan = 0, Magento = 0.33, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 144 | 89 | - |
| CMYK | 0 | 0.33 | 0.59 | 0.15 |
| HSL | 25.98º | 0.62% | 0.6% | - |
| HSV(B) | 25.98º | 0.59% | 0.85% | - |
| XYZ | 40.1 | 35.27 | 14.15 | - |
| YUV | 159.26 | 88.35 | 168.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 144 | 89 | 0 | 0.33 | 0.59 | 0.15 | 25.98 | 0.62 | 0.6 |
| Hex | D8 | 90 | 59 | 0 | 21 | 3B | F | 1A | 3E | 3C |
| Octal | 330 | 220 | 131 | 0 | 41 | 73 | 17 | 32 | 76 | 74 |
| Binary | 11011000 | 10010000 | 1011001 | 0 | 100001 | 111011 | 1111 | 11010 | 111110 | 111100 |
Color Harmonies of #D89059
Complementary color
Monochromatic Colors of #D89059
Black with #D89059
Text Example
Text Example
White with #D89059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89059; }
p { color: rgb(216,144,89); }
H1.HeaderClassName
{
color: #D89059;
}
.AnyTagClassName
{
color: #D89059;
}
</style>
background-color css
<style>
a { background-color: #D89059; }
a { background-color: rgb(216,144,89); }
div.DivClassName
{
background-color: #D89059;
}
.BgClassName
{
background-color: #D89059;
}
</style>
border-color css
<style>
span { border-color: #D89059; }
span { border-color: rgb(216,144,89); }
td.TdClassName
{
border-color: #D89059;
}
.TagClassName
{
border-color: #D89059;
}
</style>