Shades of Whiskey Sour #D89354
Tints of Whiskey Sour #D89354
RGB
CMYK
RGB Variations
Color information
#D89354 (or 0xD89354) is known color: Whiskey Sour. HEX triplet: D8, 93 and 54. RGB value is (216,147,84). Sum of RGB (Red+Green+Blue) = 216+147+84=447 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.32% from 447); Green value is 147 (57.81% from 255 or 32.89% from 447); Blue value is 84 (33.20% from 255 or 18.79% from 447); Max value from RGB is 216 - color contains mainly: red. Hex color #D89354 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D89354 is #276CAB. Grayscale: #A0A0A0. Windows color (decimal): -2583724 or 5542872. OLE color: 5542872.
HSL color Cylindrical-coordinate representation of color #D89354: hue angle of 28.64º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D89354 is Cyan = 0, Magento = 0.32, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 147 | 84 | - |
| CMYK | 0 | 0.32 | 0.61 | 0.15 |
| HSL | 28.64º | 0.63% | 0.59% | - |
| HSV(B) | 28.64º | 0.61% | 0.85% | - |
| XYZ | 40.35 | 36.11 | 13.23 | - |
| YUV | 160.45 | 84.86 | 167.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 147 | 84 | 0 | 0.32 | 0.61 | 0.15 | 28.64 | 0.63 | 0.59 |
| Hex | D8 | 93 | 54 | 0 | 20 | 3D | F | 1D | 3F | 3B |
| Octal | 330 | 223 | 124 | 0 | 40 | 75 | 17 | 35 | 77 | 73 |
| Binary | 11011000 | 10010011 | 1010100 | 0 | 100000 | 111101 | 1111 | 11101 | 111111 | 111011 |
Color Harmonies of #D89354
Complementary color
Monochromatic Colors of #D89354
Black with #D89354
Text Example
Text Example
White with #D89354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89354; }
p { color: rgb(216,147,84); }
H1.HeaderClassName
{
color: #D89354;
}
.AnyTagClassName
{
color: #D89354;
}
</style>
background-color css
<style>
a { background-color: #D89354; }
a { background-color: rgb(216,147,84); }
div.DivClassName
{
background-color: #D89354;
}
.BgClassName
{
background-color: #D89354;
}
</style>
border-color css
<style>
span { border-color: #D89354; }
span { border-color: rgb(216,147,84); }
td.TdClassName
{
border-color: #D89354;
}
.TagClassName
{
border-color: #D89354;
}
</style>