Shades of Whiskey Sour #D89160
Tints of Whiskey Sour #D89160
RGB
CMYK
RGB Variations
Color information
#D89160 (or 0xD89160) is known color: Whiskey Sour. HEX triplet: D8, 91 and 60. RGB value is (216,145,96). Sum of RGB (Red+Green+Blue) = 216+145+96=457 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.26% from 457); Green value is 145 (57.03% from 255 or 31.73% from 457); Blue value is 96 (37.89% from 255 or 21.01% from 457); Max value from RGB is 216 - color contains mainly: red. Hex color #D89160 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D89160 is #276E9F. Grayscale: #A0A0A0. Windows color (decimal): -2584224 or 6328792. OLE color: 6328792.
HSL color Cylindrical-coordinate representation of color #D89160: hue angle of 24.5º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D89160 is Cyan = 0, Magento = 0.33, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 145 | 96 | - |
| CMYK | 0 | 0.33 | 0.56 | 0.15 |
| HSL | 24.5º | 0.61% | 0.61% | - |
| HSV(B) | 24.5º | 0.56% | 0.85% | - |
| XYZ | 40.56 | 35.69 | 15.82 | - |
| YUV | 160.64 | 91.52 | 167.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 145 | 96 | 0 | 0.33 | 0.56 | 0.15 | 24.5 | 0.61 | 0.61 |
| Hex | D8 | 91 | 60 | 0 | 21 | 38 | F | 18 | 3D | 3D |
| Octal | 330 | 221 | 140 | 0 | 41 | 70 | 17 | 30 | 75 | 75 |
| Binary | 11011000 | 10010001 | 1100000 | 0 | 100001 | 111000 | 1111 | 11000 | 111101 | 111101 |
Color Harmonies of #D89160
Complementary color
Monochromatic Colors of #D89160
Black with #D89160
Text Example
Text Example
White with #D89160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89160; }
p { color: rgb(216,145,96); }
H1.HeaderClassName
{
color: #D89160;
}
.AnyTagClassName
{
color: #D89160;
}
</style>
background-color css
<style>
a { background-color: #D89160; }
a { background-color: rgb(216,145,96); }
div.DivClassName
{
background-color: #D89160;
}
.BgClassName
{
background-color: #D89160;
}
</style>
border-color css
<style>
span { border-color: #D89160; }
span { border-color: rgb(216,145,96); }
td.TdClassName
{
border-color: #D89160;
}
.TagClassName
{
border-color: #D89160;
}
</style>