Shades of Whiskey Sour #D89051
Tints of Whiskey Sour #D89051
RGB
CMYK
RGB Variations
Color information
#D89051 (or 0xD89051) is known color: Whiskey Sour. HEX triplet: D8, 90 and 51. RGB value is (216,144,81). Sum of RGB (Red+Green+Blue) = 216+144+81=441 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.98% from 441); Green value is 144 (56.64% from 255 or 32.65% from 441); Blue value is 81 (32.03% from 255 or 18.37% from 441); Max value from RGB is 216 - color contains mainly: red. Hex color #D89051 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D89051 is #276FAE. Grayscale: #9E9E9E. Windows color (decimal): -2584495 or 5345496. OLE color: 5345496.
HSL color Cylindrical-coordinate representation of color #D89051: hue angle of 28º 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 #D89051 is Cyan = 0, Magento = 0.33, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 144 | 81 | - |
| CMYK | 0 | 0.33 | 0.62 | 0.15 |
| HSL | 28º | 0.63% | 0.58% | - |
| HSV(B) | 28º | 0.63% | 0.85% | - |
| XYZ | 39.78 | 35.14 | 12.47 | - |
| YUV | 158.35 | 84.35 | 169.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 144 | 81 | 0 | 0.33 | 0.62 | 0.15 | 28 | 0.63 | 0.58 |
| Hex | D8 | 90 | 51 | 0 | 21 | 3E | F | 1C | 3F | 3A |
| Octal | 330 | 220 | 121 | 0 | 41 | 76 | 17 | 34 | 77 | 72 |
| Binary | 11011000 | 10010000 | 1010001 | 0 | 100001 | 111110 | 1111 | 11100 | 111111 | 111010 |
Color Harmonies of #D89051
Complementary color
Monochromatic Colors of #D89051
Black with #D89051
Text Example
Text Example
White with #D89051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89051; }
p { color: rgb(216,144,81); }
H1.HeaderClassName
{
color: #D89051;
}
.AnyTagClassName
{
color: #D89051;
}
</style>
background-color css
<style>
a { background-color: #D89051; }
a { background-color: rgb(216,144,81); }
div.DivClassName
{
background-color: #D89051;
}
.BgClassName
{
background-color: #D89051;
}
</style>
border-color css
<style>
span { border-color: #D89051; }
span { border-color: rgb(216,144,81); }
td.TdClassName
{
border-color: #D89051;
}
.TagClassName
{
border-color: #D89051;
}
</style>