Shades of Whiskey Sour #D89152
Tints of Whiskey Sour #D89152
RGB
CMYK
RGB Variations
Color information
#D89152 (or 0xD89152) is known color: Whiskey Sour. HEX triplet: D8, 91 and 52. RGB value is (216,145,82). Sum of RGB (Red+Green+Blue) = 216+145+82=443 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.76% from 443); Green value is 145 (57.03% from 255 or 32.73% from 443); Blue value is 82 (32.42% from 255 or 18.51% from 443); Max value from RGB is 216 - color contains mainly: red. Hex color #D89152 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D89152 is #276EAD. Grayscale: #9F9F9F. Windows color (decimal): -2584238 or 5411288. OLE color: 5411288.
HSL color Cylindrical-coordinate representation of color #D89152: hue angle of 28.21º 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 #D89152 is Cyan = 0, Magento = 0.33, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 145 | 82 | - |
| CMYK | 0 | 0.33 | 0.62 | 0.15 |
| HSL | 28.21º | 0.63% | 0.58% | - |
| HSV(B) | 28.21º | 0.62% | 0.85% | - |
| XYZ | 39.97 | 35.46 | 12.72 | - |
| YUV | 159.05 | 84.52 | 168.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 145 | 82 | 0 | 0.33 | 0.62 | 0.15 | 28.21 | 0.63 | 0.58 |
| Hex | D8 | 91 | 52 | 0 | 21 | 3E | F | 1C | 3F | 3A |
| Octal | 330 | 221 | 122 | 0 | 41 | 76 | 17 | 34 | 77 | 72 |
| Binary | 11011000 | 10010001 | 1010010 | 0 | 100001 | 111110 | 1111 | 11100 | 111111 | 111010 |
Color Harmonies of #D89152
Complementary color
Monochromatic Colors of #D89152
Black with #D89152
Text Example
Text Example
White with #D89152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89152; }
p { color: rgb(216,145,82); }
H1.HeaderClassName
{
color: #D89152;
}
.AnyTagClassName
{
color: #D89152;
}
</style>
background-color css
<style>
a { background-color: #D89152; }
a { background-color: rgb(216,145,82); }
div.DivClassName
{
background-color: #D89152;
}
.BgClassName
{
background-color: #D89152;
}
</style>
border-color css
<style>
span { border-color: #D89152; }
span { border-color: rgb(216,145,82); }
td.TdClassName
{
border-color: #D89152;
}
.TagClassName
{
border-color: #D89152;
}
</style>