Shades of Whiskey Sour #D89156
Tints of Whiskey Sour #D89156
RGB
CMYK
RGB Variations
Color information
#D89156 (or 0xD89156) is known color: Whiskey Sour. HEX triplet: D8, 91 and 56. RGB value is (216,145,86). Sum of RGB (Red+Green+Blue) = 216+145+86=447 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.32% from 447); Green value is 145 (57.03% from 255 or 32.44% from 447); Blue value is 86 (33.98% from 255 or 19.24% from 447); Max value from RGB is 216 - color contains mainly: red. Hex color #D89156 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D89156 is #276EA9. Grayscale: #9F9F9F. Windows color (decimal): -2584234 or 5673432. OLE color: 5673432.
HSL color Cylindrical-coordinate representation of color #D89156: hue angle of 27.23º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D89156 is Cyan = 0, Magento = 0.33, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 145 | 86 | - |
| CMYK | 0 | 0.33 | 0.60 | 0.15 |
| HSL | 27.23º | 0.63% | 0.59% | - |
| HSV(B) | 27.23º | 0.6% | 0.85% | - |
| XYZ | 40.12 | 35.52 | 13.55 | - |
| YUV | 159.5 | 86.52 | 168.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 145 | 86 | 0 | 0.33 | 0.60 | 0.15 | 27.23 | 0.63 | 0.59 |
| Hex | D8 | 91 | 56 | 0 | 21 | 3C | F | 1B | 3E | 3B |
| Octal | 330 | 221 | 126 | 0 | 41 | 74 | 17 | 33 | 76 | 73 |
| Binary | 11011000 | 10010001 | 1010110 | 0 | 100001 | 111100 | 1111 | 11011 | 111110 | 111011 |
Color Harmonies of #D89156
Complementary color
Monochromatic Colors of #D89156
Black with #D89156
Text Example
Text Example
White with #D89156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89156; }
p { color: rgb(216,145,86); }
H1.HeaderClassName
{
color: #D89156;
}
.AnyTagClassName
{
color: #D89156;
}
</style>
background-color css
<style>
a { background-color: #D89156; }
a { background-color: rgb(216,145,86); }
div.DivClassName
{
background-color: #D89156;
}
.BgClassName
{
background-color: #D89156;
}
</style>
border-color css
<style>
span { border-color: #D89156; }
span { border-color: rgb(216,145,86); }
td.TdClassName
{
border-color: #D89156;
}
.TagClassName
{
border-color: #D89156;
}
</style>