Shades of Whiskey Sour #D89450
Tints of Whiskey Sour #D89450
RGB
CMYK
RGB Variations
Color information
#D89450 (or 0xD89450) is known color: Whiskey Sour. HEX triplet: D8, 94 and 50. RGB value is (216,148,80). Sum of RGB (Red+Green+Blue) = 216+148+80=444 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.65% from 444); Green value is 148 (58.20% from 255 or 33.33% from 444); Blue value is 80 (31.64% from 255 or 18.02% from 444); Max value from RGB is 216 - color contains mainly: red. Hex color #D89450 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D89450 is #276BAF. Grayscale: #A0A0A0. Windows color (decimal): -2583472 or 5280984. OLE color: 5280984.
HSL color Cylindrical-coordinate representation of color #D89450: hue angle of 30º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D89450 is Cyan = 0, Magento = 0.31, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 148 | 80 | - |
| CMYK | 0 | 0.31 | 0.63 | 0.15 |
| HSL | 30º | 0.64% | 0.58% | - |
| HSV(B) | 30º | 0.63% | 0.85% | - |
| XYZ | 40.36 | 36.36 | 12.48 | - |
| YUV | 160.58 | 82.53 | 167.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 148 | 80 | 0 | 0.31 | 0.63 | 0.15 | 30 | 0.64 | 0.58 |
| Hex | D8 | 94 | 50 | 0 | 1F | 3F | F | 1E | 40 | 3A |
| Octal | 330 | 224 | 120 | 0 | 37 | 77 | 17 | 36 | 100 | 72 |
| Binary | 11011000 | 10010100 | 1010000 | 0 | 11111 | 111111 | 1111 | 11110 | 1000000 | 111010 |
Color Harmonies of #D89450
Complementary color
Monochromatic Colors of #D89450
Black with #D89450
Text Example
Text Example
White with #D89450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89450; }
p { color: rgb(216,148,80); }
H1.HeaderClassName
{
color: #D89450;
}
.AnyTagClassName
{
color: #D89450;
}
</style>
background-color css
<style>
a { background-color: #D89450; }
a { background-color: rgb(216,148,80); }
div.DivClassName
{
background-color: #D89450;
}
.BgClassName
{
background-color: #D89450;
}
</style>
border-color css
<style>
span { border-color: #D89450; }
span { border-color: rgb(216,148,80); }
td.TdClassName
{
border-color: #D89450;
}
.TagClassName
{
border-color: #D89450;
}
</style>