Shades of Whiskey Sour #D89159
Tints of Whiskey Sour #D89159
RGB
CMYK
RGB Variations
Color information
#D89159 (or 0xD89159) is known color: Whiskey Sour. HEX triplet: D8, 91 and 59. RGB value is (216,145,89). Sum of RGB (Red+Green+Blue) = 216+145+89=450 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48% from 450); Green value is 145 (57.03% from 255 or 32.22% from 450); Blue value is 89 (35.16% from 255 or 19.78% from 450); Max value from RGB is 216 - color contains mainly: red. Hex color #D89159 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D89159 is #276EA6. Grayscale: #A0A0A0. Windows color (decimal): -2584231 or 5870040. OLE color: 5870040.
HSL color Cylindrical-coordinate representation of color #D89159: hue angle of 26.46º 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 #D89159 is Cyan = 0, Magento = 0.33, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 145 | 89 | - |
| CMYK | 0 | 0.33 | 0.59 | 0.15 |
| HSL | 26.46º | 0.62% | 0.6% | - |
| HSV(B) | 26.46º | 0.59% | 0.85% | - |
| XYZ | 40.25 | 35.57 | 14.2 | - |
| YUV | 159.85 | 88.02 | 168.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 145 | 89 | 0 | 0.33 | 0.59 | 0.15 | 26.46 | 0.62 | 0.6 |
| Hex | D8 | 91 | 59 | 0 | 21 | 3B | F | 1A | 3E | 3C |
| Octal | 330 | 221 | 131 | 0 | 41 | 73 | 17 | 32 | 76 | 74 |
| Binary | 11011000 | 10010001 | 1011001 | 0 | 100001 | 111011 | 1111 | 11010 | 111110 | 111100 |
Color Harmonies of #D89159
Complementary color
Monochromatic Colors of #D89159
Black with #D89159
Text Example
Text Example
White with #D89159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89159; }
p { color: rgb(216,145,89); }
H1.HeaderClassName
{
color: #D89159;
}
.AnyTagClassName
{
color: #D89159;
}
</style>
background-color css
<style>
a { background-color: #D89159; }
a { background-color: rgb(216,145,89); }
div.DivClassName
{
background-color: #D89159;
}
.BgClassName
{
background-color: #D89159;
}
</style>
border-color css
<style>
span { border-color: #D89159; }
span { border-color: rgb(216,145,89); }
td.TdClassName
{
border-color: #D89159;
}
.TagClassName
{
border-color: #D89159;
}
</style>