Shades of Whiskey Sour #D49959
Tints of Whiskey Sour #D49959
RGB
CMYK
RGB Variations
Color information
#D49959 (or 0xD49959) is known color: Whiskey Sour. HEX triplet: D4, 99 and 59. RGB value is (212,153,89). Sum of RGB (Red+Green+Blue) = 212+153+89=454 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.70% from 454); Green value is 153 (60.16% from 255 or 33.70% from 454); Blue value is 89 (35.16% from 255 or 19.60% from 454); Max value from RGB is 212 - color contains mainly: red. Hex color #D49959 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49959 is #2B66A6. Grayscale: #A3A3A3. Windows color (decimal): -2844327 or 5872084. OLE color: 5872084.
HSL color Cylindrical-coordinate representation of color #D49959: hue angle of 31.22º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D49959 is Cyan = 0, Magento = 0.28, Yellow = 0.58 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 153 | 89 | - |
| CMYK | 0 | 0.28 | 0.58 | 0.17 |
| HSL | 31.22º | 0.59% | 0.59% | - |
| HSV(B) | 31.22º | 0.58% | 0.83% | - |
| XYZ | 40.35 | 37.5 | 14.56 | - |
| YUV | 163.35 | 86.05 | 162.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 153 | 89 | 0 | 0.28 | 0.58 | 0.17 | 31.22 | 0.59 | 0.59 |
| Hex | D4 | 99 | 59 | 0 | 1C | 3A | 11 | 1F | 3B | 3B |
| Octal | 324 | 231 | 131 | 0 | 34 | 72 | 21 | 37 | 73 | 73 |
| Binary | 11010100 | 10011001 | 1011001 | 0 | 11100 | 111010 | 10001 | 11111 | 111011 | 111011 |
Color Harmonies of #D49959
Complementary color
Monochromatic Colors of #D49959
Black with #D49959
Text Example
Text Example
White with #D49959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49959; }
p { color: rgb(212,153,89); }
H1.HeaderClassName
{
color: #D49959;
}
.AnyTagClassName
{
color: #D49959;
}
</style>
background-color css
<style>
a { background-color: #D49959; }
a { background-color: rgb(212,153,89); }
div.DivClassName
{
background-color: #D49959;
}
.BgClassName
{
background-color: #D49959;
}
</style>
border-color css
<style>
span { border-color: #D49959; }
span { border-color: rgb(212,153,89); }
td.TdClassName
{
border-color: #D49959;
}
.TagClassName
{
border-color: #D49959;
}
</style>