Shades of Whiskey Sour #D89452
Tints of Whiskey Sour #D89452
RGB
CMYK
RGB Variations
Color information
#D89452 (or 0xD89452) is known color: Whiskey Sour. HEX triplet: D8, 94 and 52. RGB value is (216,148,82). Sum of RGB (Red+Green+Blue) = 216+148+82=446 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.43% from 446); Green value is 148 (58.20% from 255 or 33.18% from 446); Blue value is 82 (32.42% from 255 or 18.39% from 446); Max value from RGB is 216 - color contains mainly: red. Hex color #D89452 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D89452 is #276BAD. Grayscale: #A1A1A1. Windows color (decimal): -2583470 or 5412056. OLE color: 5412056.
HSL color Cylindrical-coordinate representation of color #D89452: hue angle of 29.55º 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 #D89452 is Cyan = 0, Magento = 0.31, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 148 | 82 | - |
| CMYK | 0 | 0.31 | 0.62 | 0.15 |
| HSL | 29.55º | 0.63% | 0.58% | - |
| HSV(B) | 29.55º | 0.62% | 0.85% | - |
| XYZ | 40.43 | 36.39 | 12.88 | - |
| YUV | 160.81 | 83.53 | 167.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 148 | 82 | 0 | 0.31 | 0.62 | 0.15 | 29.55 | 0.63 | 0.58 |
| Hex | D8 | 94 | 52 | 0 | 1F | 3E | F | 1E | 3F | 3A |
| Octal | 330 | 224 | 122 | 0 | 37 | 76 | 17 | 36 | 77 | 72 |
| Binary | 11011000 | 10010100 | 1010010 | 0 | 11111 | 111110 | 1111 | 11110 | 111111 | 111010 |
Color Harmonies of #D89452
Complementary color
Monochromatic Colors of #D89452
Black with #D89452
Text Example
Text Example
White with #D89452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89452; }
p { color: rgb(216,148,82); }
H1.HeaderClassName
{
color: #D89452;
}
.AnyTagClassName
{
color: #D89452;
}
</style>
background-color css
<style>
a { background-color: #D89452; }
a { background-color: rgb(216,148,82); }
div.DivClassName
{
background-color: #D89452;
}
.BgClassName
{
background-color: #D89452;
}
</style>
border-color css
<style>
span { border-color: #D89452; }
span { border-color: rgb(216,148,82); }
td.TdClassName
{
border-color: #D89452;
}
.TagClassName
{
border-color: #D89452;
}
</style>