Shades of Whiskey Sour #D89454
Tints of Whiskey Sour #D89454
RGB
CMYK
RGB Variations
Color information
#D89454 (or 0xD89454) is known color: Whiskey Sour. HEX triplet: D8, 94 and 54. RGB value is (216,148,84). Sum of RGB (Red+Green+Blue) = 216+148+84=448 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.21% from 448); Green value is 148 (58.20% from 255 or 33.04% from 448); Blue value is 84 (33.20% from 255 or 18.75% from 448); Max value from RGB is 216 - color contains mainly: red. Hex color #D89454 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D89454 is #276BAB. Grayscale: #A1A1A1. Windows color (decimal): -2583468 or 5543128. OLE color: 5543128.
HSL color Cylindrical-coordinate representation of color #D89454: hue angle of 29.09º 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 #D89454 is Cyan = 0, Magento = 0.31, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 148 | 84 | - |
| CMYK | 0 | 0.31 | 0.61 | 0.15 |
| HSL | 29.09º | 0.63% | 0.59% | - |
| HSV(B) | 29.09º | 0.61% | 0.85% | - |
| XYZ | 40.51 | 36.42 | 13.28 | - |
| YUV | 161.04 | 84.53 | 167.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 148 | 84 | 0 | 0.31 | 0.61 | 0.15 | 29.09 | 0.63 | 0.59 |
| Hex | D8 | 94 | 54 | 0 | 1F | 3D | F | 1D | 3F | 3B |
| Octal | 330 | 224 | 124 | 0 | 37 | 75 | 17 | 35 | 77 | 73 |
| Binary | 11011000 | 10010100 | 1010100 | 0 | 11111 | 111101 | 1111 | 11101 | 111111 | 111011 |
Color Harmonies of #D89454
Complementary color
Monochromatic Colors of #D89454
Black with #D89454
Text Example
Text Example
White with #D89454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89454; }
p { color: rgb(216,148,84); }
H1.HeaderClassName
{
color: #D89454;
}
.AnyTagClassName
{
color: #D89454;
}
</style>
background-color css
<style>
a { background-color: #D89454; }
a { background-color: rgb(216,148,84); }
div.DivClassName
{
background-color: #D89454;
}
.BgClassName
{
background-color: #D89454;
}
</style>
border-color css
<style>
span { border-color: #D89454; }
span { border-color: rgb(216,148,84); }
td.TdClassName
{
border-color: #D89454;
}
.TagClassName
{
border-color: #D89454;
}
</style>