Shades of Whiskey Sour #D89562
Tints of Whiskey Sour #D89562
RGB
CMYK
RGB Variations
Color information
#D89562 (or 0xD89562) is known color: Whiskey Sour. HEX triplet: D8, 95 and 62. RGB value is (216,149,98). Sum of RGB (Red+Green+Blue) = 216+149+98=463 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.65% from 463); Green value is 149 (58.59% from 255 or 32.18% from 463); Blue value is 98 (38.67% from 255 or 21.17% from 463); Max value from RGB is 216 - color contains mainly: red. Hex color #D89562 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D89562 is #276A9D. Grayscale: #A3A3A3. Windows color (decimal): -2583198 or 6460888. OLE color: 6460888.
HSL color Cylindrical-coordinate representation of color #D89562: hue angle of 25.93º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D89562 is Cyan = 0, Magento = 0.31, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 149 | 98 | - |
| CMYK | 0 | 0.31 | 0.55 | 0.15 |
| HSL | 25.93º | 0.6% | 0.62% | - |
| HSV(B) | 25.93º | 0.55% | 0.85% | - |
| XYZ | 41.27 | 36.98 | 16.52 | - |
| YUV | 163.22 | 91.2 | 165.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 149 | 98 | 0 | 0.31 | 0.55 | 0.15 | 25.93 | 0.6 | 0.62 |
| Hex | D8 | 95 | 62 | 0 | 1F | 37 | F | 1A | 3C | 3E |
| Octal | 330 | 225 | 142 | 0 | 37 | 67 | 17 | 32 | 74 | 76 |
| Binary | 11011000 | 10010101 | 1100010 | 0 | 11111 | 110111 | 1111 | 11010 | 111100 | 111110 |
Color Harmonies of #D89562
Complementary color
Monochromatic Colors of #D89562
Black with #D89562
Text Example
Text Example
White with #D89562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89562; }
p { color: rgb(216,149,98); }
H1.HeaderClassName
{
color: #D89562;
}
.AnyTagClassName
{
color: #D89562;
}
</style>
background-color css
<style>
a { background-color: #D89562; }
a { background-color: rgb(216,149,98); }
div.DivClassName
{
background-color: #D89562;
}
.BgClassName
{
background-color: #D89562;
}
</style>
border-color css
<style>
span { border-color: #D89562; }
span { border-color: rgb(216,149,98); }
td.TdClassName
{
border-color: #D89562;
}
.TagClassName
{
border-color: #D89562;
}
</style>