Shades of Whiskey Sour #D89456
Tints of Whiskey Sour #D89456
RGB
CMYK
RGB Variations
Color information
#D89456 (or 0xD89456) is known color: Whiskey Sour. HEX triplet: D8, 94 and 56. RGB value is (216,148,86). Sum of RGB (Red+Green+Blue) = 216+148+86=450 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48% from 450); Green value is 148 (58.20% from 255 or 32.89% from 450); Blue value is 86 (33.98% from 255 or 19.11% from 450); Max value from RGB is 216 - color contains mainly: red. Hex color #D89456 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D89456 is #276BA9. Grayscale: #A1A1A1. Windows color (decimal): -2583466 or 5674200. OLE color: 5674200.
HSL color Cylindrical-coordinate representation of color #D89456: hue angle of 28.62º 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 #D89456 is Cyan = 0, Magento = 0.31, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 148 | 86 | - |
| CMYK | 0 | 0.31 | 0.60 | 0.15 |
| HSL | 28.62º | 0.63% | 0.59% | - |
| HSV(B) | 28.62º | 0.6% | 0.85% | - |
| XYZ | 40.59 | 36.45 | 13.7 | - |
| YUV | 161.26 | 85.53 | 167.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 148 | 86 | 0 | 0.31 | 0.60 | 0.15 | 28.62 | 0.63 | 0.59 |
| Hex | D8 | 94 | 56 | 0 | 1F | 3C | F | 1D | 3E | 3B |
| Octal | 330 | 224 | 126 | 0 | 37 | 74 | 17 | 35 | 76 | 73 |
| Binary | 11011000 | 10010100 | 1010110 | 0 | 11111 | 111100 | 1111 | 11101 | 111110 | 111011 |
Color Harmonies of #D89456
Complementary color
Monochromatic Colors of #D89456
Black with #D89456
Text Example
Text Example
White with #D89456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89456; }
p { color: rgb(216,148,86); }
H1.HeaderClassName
{
color: #D89456;
}
.AnyTagClassName
{
color: #D89456;
}
</style>
background-color css
<style>
a { background-color: #D89456; }
a { background-color: rgb(216,148,86); }
div.DivClassName
{
background-color: #D89456;
}
.BgClassName
{
background-color: #D89456;
}
</style>
border-color css
<style>
span { border-color: #D89456; }
span { border-color: rgb(216,148,86); }
td.TdClassName
{
border-color: #D89456;
}
.TagClassName
{
border-color: #D89456;
}
</style>