Shades of Whiskey Sour #D89555
Tints of Whiskey Sour #D89555
RGB
CMYK
RGB Variations
Color information
#D89555 (or 0xD89555) is known color: Whiskey Sour. HEX triplet: D8, 95 and 55. RGB value is (216,149,85). Sum of RGB (Red+Green+Blue) = 216+149+85=450 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48% from 450); Green value is 149 (58.59% from 255 or 33.11% from 450); Blue value is 85 (33.59% from 255 or 18.89% from 450); Max value from RGB is 216 - color contains mainly: red. Hex color #D89555 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D89555 is #276AAA. Grayscale: #A2A2A2. Windows color (decimal): -2583211 or 5608920. OLE color: 5608920.
HSL color Cylindrical-coordinate representation of color #D89555: hue angle of 29.31º 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 #D89555 is Cyan = 0, Magento = 0.31, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 149 | 85 | - |
| CMYK | 0 | 0.31 | 0.61 | 0.15 |
| HSL | 29.31º | 0.63% | 0.59% | - |
| HSV(B) | 29.31º | 0.61% | 0.85% | - |
| XYZ | 40.71 | 36.75 | 13.54 | - |
| YUV | 161.74 | 84.7 | 166.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 149 | 85 | 0 | 0.31 | 0.61 | 0.15 | 29.31 | 0.63 | 0.59 |
| Hex | D8 | 95 | 55 | 0 | 1F | 3D | F | 1D | 3F | 3B |
| Octal | 330 | 225 | 125 | 0 | 37 | 75 | 17 | 35 | 77 | 73 |
| Binary | 11011000 | 10010101 | 1010101 | 0 | 11111 | 111101 | 1111 | 11101 | 111111 | 111011 |
Color Harmonies of #D89555
Complementary color
Monochromatic Colors of #D89555
Black with #D89555
Text Example
Text Example
White with #D89555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89555; }
p { color: rgb(216,149,85); }
H1.HeaderClassName
{
color: #D89555;
}
.AnyTagClassName
{
color: #D89555;
}
</style>
background-color css
<style>
a { background-color: #D89555; }
a { background-color: rgb(216,149,85); }
div.DivClassName
{
background-color: #D89555;
}
.BgClassName
{
background-color: #D89555;
}
</style>
border-color css
<style>
span { border-color: #D89555; }
span { border-color: rgb(216,149,85); }
td.TdClassName
{
border-color: #D89555;
}
.TagClassName
{
border-color: #D89555;
}
</style>