Shades of Whiskey Sour #D89552
Tints of Whiskey Sour #D89552
RGB
CMYK
RGB Variations
Color information
#D89552 (or 0xD89552) is known color: Whiskey Sour. HEX triplet: D8, 95 and 52. RGB value is (216,149,82). Sum of RGB (Red+Green+Blue) = 216+149+82=447 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.32% from 447); Green value is 149 (58.59% from 255 or 33.33% from 447); Blue value is 82 (32.42% from 255 or 18.34% from 447); Max value from RGB is 216 - color contains mainly: red. Hex color #D89552 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D89552 is #276AAD. Grayscale: #A1A1A1. Windows color (decimal): -2583214 or 5412312. OLE color: 5412312.
HSL color Cylindrical-coordinate representation of color #D89552: hue angle of 30º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D89552 is Cyan = 0, Magento = 0.31, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 149 | 82 | - |
| CMYK | 0 | 0.31 | 0.62 | 0.15 |
| HSL | 30º | 0.63% | 0.58% | - |
| HSV(B) | 30º | 0.62% | 0.85% | - |
| XYZ | 40.59 | 36.7 | 12.93 | - |
| YUV | 161.4 | 83.2 | 166.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 149 | 82 | 0 | 0.31 | 0.62 | 0.15 | 30 | 0.63 | 0.58 |
| Hex | D8 | 95 | 52 | 0 | 1F | 3E | F | 1E | 3F | 3A |
| Octal | 330 | 225 | 122 | 0 | 37 | 76 | 17 | 36 | 77 | 72 |
| Binary | 11011000 | 10010101 | 1010010 | 0 | 11111 | 111110 | 1111 | 11110 | 111111 | 111010 |
Color Harmonies of #D89552
Complementary color
Monochromatic Colors of #D89552
Black with #D89552
Text Example
Text Example
White with #D89552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89552; }
p { color: rgb(216,149,82); }
H1.HeaderClassName
{
color: #D89552;
}
.AnyTagClassName
{
color: #D89552;
}
</style>
background-color css
<style>
a { background-color: #D89552; }
a { background-color: rgb(216,149,82); }
div.DivClassName
{
background-color: #D89552;
}
.BgClassName
{
background-color: #D89552;
}
</style>
border-color css
<style>
span { border-color: #D89552; }
span { border-color: rgb(216,149,82); }
td.TdClassName
{
border-color: #D89552;
}
.TagClassName
{
border-color: #D89552;
}
</style>