Shades of Whiskey Sour #D89251
Tints of Whiskey Sour #D89251
RGB
CMYK
RGB Variations
Color information
#D89251 (or 0xD89251) is known color: Whiskey Sour. HEX triplet: D8, 92 and 51. RGB value is (216,146,81). Sum of RGB (Red+Green+Blue) = 216+146+81=443 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.76% from 443); Green value is 146 (57.42% from 255 or 32.96% from 443); Blue value is 81 (32.03% from 255 or 18.28% from 443); Max value from RGB is 216 - color contains mainly: red. Hex color #D89251 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D89251 is #276DAE. Grayscale: #9F9F9F. Windows color (decimal): -2583983 or 5346008. OLE color: 5346008.
HSL color Cylindrical-coordinate representation of color #D89251: hue angle of 28.89º 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 #D89251 is Cyan = 0, Magento = 0.32, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 146 | 81 | - |
| CMYK | 0 | 0.32 | 0.62 | 0.15 |
| HSL | 28.89º | 0.63% | 0.58% | - |
| HSV(B) | 28.89º | 0.63% | 0.85% | - |
| XYZ | 40.08 | 35.75 | 12.57 | - |
| YUV | 159.52 | 83.69 | 168.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 146 | 81 | 0 | 0.32 | 0.62 | 0.15 | 28.89 | 0.63 | 0.58 |
| Hex | D8 | 92 | 51 | 0 | 20 | 3E | F | 1D | 3F | 3A |
| Octal | 330 | 222 | 121 | 0 | 40 | 76 | 17 | 35 | 77 | 72 |
| Binary | 11011000 | 10010010 | 1010001 | 0 | 100000 | 111110 | 1111 | 11101 | 111111 | 111010 |
Color Harmonies of #D89251
Complementary color
Monochromatic Colors of #D89251
Black with #D89251
Text Example
Text Example
White with #D89251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89251; }
p { color: rgb(216,146,81); }
H1.HeaderClassName
{
color: #D89251;
}
.AnyTagClassName
{
color: #D89251;
}
</style>
background-color css
<style>
a { background-color: #D89251; }
a { background-color: rgb(216,146,81); }
div.DivClassName
{
background-color: #D89251;
}
.BgClassName
{
background-color: #D89251;
}
</style>
border-color css
<style>
span { border-color: #D89251; }
span { border-color: rgb(216,146,81); }
td.TdClassName
{
border-color: #D89251;
}
.TagClassName
{
border-color: #D89251;
}
</style>