Shades of Whiskey Sour #D89553
Tints of Whiskey Sour #D89553
RGB
CMYK
RGB Variations
Color information
#D89553 (or 0xD89553) is known color: Whiskey Sour. HEX triplet: D8, 95 and 53. RGB value is (216,149,83). Sum of RGB (Red+Green+Blue) = 216+149+83=448 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.21% from 448); Green value is 149 (58.59% from 255 or 33.26% from 448); Blue value is 83 (32.81% from 255 or 18.53% from 448); Max value from RGB is 216 - color contains mainly: red. Hex color #D89553 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D89553 is #276AAC. Grayscale: #A1A1A1. Windows color (decimal): -2583213 or 5477848. OLE color: 5477848.
HSL color Cylindrical-coordinate representation of color #D89553: hue angle of 29.77º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D89553 is Cyan = 0, Magento = 0.31, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 149 | 83 | - |
| CMYK | 0 | 0.31 | 0.62 | 0.15 |
| HSL | 29.77º | 0.63% | 0.59% | - |
| HSV(B) | 29.77º | 0.62% | 0.85% | - |
| XYZ | 40.63 | 36.72 | 13.13 | - |
| YUV | 161.51 | 83.7 | 166.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 149 | 83 | 0 | 0.31 | 0.62 | 0.15 | 29.77 | 0.63 | 0.59 |
| Hex | D8 | 95 | 53 | 0 | 1F | 3E | F | 1E | 3F | 3B |
| Octal | 330 | 225 | 123 | 0 | 37 | 76 | 17 | 36 | 77 | 73 |
| Binary | 11011000 | 10010101 | 1010011 | 0 | 11111 | 111110 | 1111 | 11110 | 111111 | 111011 |
Color Harmonies of #D89553
Complementary color
Monochromatic Colors of #D89553
Black with #D89553
Text Example
Text Example
White with #D89553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89553; }
p { color: rgb(216,149,83); }
H1.HeaderClassName
{
color: #D89553;
}
.AnyTagClassName
{
color: #D89553;
}
</style>
background-color css
<style>
a { background-color: #D89553; }
a { background-color: rgb(216,149,83); }
div.DivClassName
{
background-color: #D89553;
}
.BgClassName
{
background-color: #D89553;
}
</style>
border-color css
<style>
span { border-color: #D89553; }
span { border-color: rgb(216,149,83); }
td.TdClassName
{
border-color: #D89553;
}
.TagClassName
{
border-color: #D89553;
}
</style>