Shades of Whiskey Sour #D89256
Tints of Whiskey Sour #D89256
RGB
CMYK
RGB Variations
Color information
#D89256 (or 0xD89256) is known color: Whiskey Sour. HEX triplet: D8, 92 and 56. RGB value is (216,146,86). Sum of RGB (Red+Green+Blue) = 216+146+86=448 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.21% from 448); Green value is 146 (57.42% from 255 or 32.59% from 448); Blue value is 86 (33.98% from 255 or 19.20% from 448); Max value from RGB is 216 - color contains mainly: red. Hex color #D89256 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D89256 is #276DA9. Grayscale: #A0A0A0. Windows color (decimal): -2583978 or 5673688. OLE color: 5673688.
HSL color Cylindrical-coordinate representation of color #D89256: hue angle of 27.69º 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 #D89256 is Cyan = 0, Magento = 0.32, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 146 | 86 | - |
| CMYK | 0 | 0.32 | 0.60 | 0.15 |
| HSL | 27.69º | 0.63% | 0.59% | - |
| HSV(B) | 27.69º | 0.6% | 0.85% | - |
| XYZ | 40.28 | 35.83 | 13.6 | - |
| YUV | 160.09 | 86.19 | 167.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 146 | 86 | 0 | 0.32 | 0.60 | 0.15 | 27.69 | 0.63 | 0.59 |
| Hex | D8 | 92 | 56 | 0 | 20 | 3C | F | 1C | 3E | 3B |
| Octal | 330 | 222 | 126 | 0 | 40 | 74 | 17 | 34 | 76 | 73 |
| Binary | 11011000 | 10010010 | 1010110 | 0 | 100000 | 111100 | 1111 | 11100 | 111110 | 111011 |
Color Harmonies of #D89256
Complementary color
Monochromatic Colors of #D89256
Black with #D89256
Text Example
Text Example
White with #D89256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89256; }
p { color: rgb(216,146,86); }
H1.HeaderClassName
{
color: #D89256;
}
.AnyTagClassName
{
color: #D89256;
}
</style>
background-color css
<style>
a { background-color: #D89256; }
a { background-color: rgb(216,146,86); }
div.DivClassName
{
background-color: #D89256;
}
.BgClassName
{
background-color: #D89256;
}
</style>
border-color css
<style>
span { border-color: #D89256; }
span { border-color: rgb(216,146,86); }
td.TdClassName
{
border-color: #D89256;
}
.TagClassName
{
border-color: #D89256;
}
</style>