Shades of Whiskey Sour #D89455
Tints of Whiskey Sour #D89455
RGB
CMYK
RGB Variations
Color information
#D89455 (or 0xD89455) is known color: Whiskey Sour. HEX triplet: D8, 94 and 55. RGB value is (216,148,85). Sum of RGB (Red+Green+Blue) = 216+148+85=449 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.11% from 449); Green value is 148 (58.20% from 255 or 32.96% from 449); Blue value is 85 (33.59% from 255 or 18.93% from 449); Max value from RGB is 216 - color contains mainly: red. Hex color #D89455 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D89455 is #276BAA. Grayscale: #A1A1A1. Windows color (decimal): -2583467 or 5608664. OLE color: 5608664.
HSL color Cylindrical-coordinate representation of color #D89455: hue angle of 28.85º 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 #D89455 is Cyan = 0, Magento = 0.31, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 148 | 85 | - |
| CMYK | 0 | 0.31 | 0.61 | 0.15 |
| HSL | 28.85º | 0.63% | 0.59% | - |
| HSV(B) | 28.85º | 0.61% | 0.85% | - |
| XYZ | 40.55 | 36.43 | 13.49 | - |
| YUV | 161.15 | 85.03 | 167.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 148 | 85 | 0 | 0.31 | 0.61 | 0.15 | 28.85 | 0.63 | 0.59 |
| Hex | D8 | 94 | 55 | 0 | 1F | 3D | F | 1D | 3F | 3B |
| Octal | 330 | 224 | 125 | 0 | 37 | 75 | 17 | 35 | 77 | 73 |
| Binary | 11011000 | 10010100 | 1010101 | 0 | 11111 | 111101 | 1111 | 11101 | 111111 | 111011 |
Color Harmonies of #D89455
Complementary color
Monochromatic Colors of #D89455
Black with #D89455
Text Example
Text Example
White with #D89455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89455; }
p { color: rgb(216,148,85); }
H1.HeaderClassName
{
color: #D89455;
}
.AnyTagClassName
{
color: #D89455;
}
</style>
background-color css
<style>
a { background-color: #D89455; }
a { background-color: rgb(216,148,85); }
div.DivClassName
{
background-color: #D89455;
}
.BgClassName
{
background-color: #D89455;
}
</style>
border-color css
<style>
span { border-color: #D89455; }
span { border-color: rgb(216,148,85); }
td.TdClassName
{
border-color: #D89455;
}
.TagClassName
{
border-color: #D89455;
}
</style>