Shades of Whiskey Sour #D89151
Tints of Whiskey Sour #D89151
RGB
CMYK
RGB Variations
Color information
#D89151 (or 0xD89151) is known color: Whiskey Sour. HEX triplet: D8, 91 and 51. RGB value is (216,145,81). Sum of RGB (Red+Green+Blue) = 216+145+81=442 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.87% from 442); Green value is 145 (57.03% from 255 or 32.81% from 442); Blue value is 81 (32.03% from 255 or 18.33% from 442); Max value from RGB is 216 - color contains mainly: red. Hex color #D89151 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D89151 is #276EAE. Grayscale: #9F9F9F. Windows color (decimal): -2584239 or 5345752. OLE color: 5345752.
HSL color Cylindrical-coordinate representation of color #D89151: hue angle of 28.44º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D89151 is Cyan = 0, Magento = 0.33, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 145 | 81 | - |
| CMYK | 0 | 0.33 | 0.62 | 0.15 |
| HSL | 28.44º | 0.63% | 0.58% | - |
| HSV(B) | 28.44º | 0.63% | 0.85% | - |
| XYZ | 39.93 | 35.44 | 12.52 | - |
| YUV | 158.93 | 84.02 | 168.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 145 | 81 | 0 | 0.33 | 0.62 | 0.15 | 28.44 | 0.63 | 0.58 |
| Hex | D8 | 91 | 51 | 0 | 21 | 3E | F | 1C | 3F | 3A |
| Octal | 330 | 221 | 121 | 0 | 41 | 76 | 17 | 34 | 77 | 72 |
| Binary | 11011000 | 10010001 | 1010001 | 0 | 100001 | 111110 | 1111 | 11100 | 111111 | 111010 |
Color Harmonies of #D89151
Complementary color
Monochromatic Colors of #D89151
Black with #D89151
Text Example
Text Example
White with #D89151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89151; }
p { color: rgb(216,145,81); }
H1.HeaderClassName
{
color: #D89151;
}
.AnyTagClassName
{
color: #D89151;
}
</style>
background-color css
<style>
a { background-color: #D89151; }
a { background-color: rgb(216,145,81); }
div.DivClassName
{
background-color: #D89151;
}
.BgClassName
{
background-color: #D89151;
}
</style>
border-color css
<style>
span { border-color: #D89151; }
span { border-color: rgb(216,145,81); }
td.TdClassName
{
border-color: #D89151;
}
.TagClassName
{
border-color: #D89151;
}
</style>