Shades of Whiskey Sour #D49159
Tints of Whiskey Sour #D49159
RGB
CMYK
RGB Variations
Color information
#D49159 (or 0xD49159) is known color: Whiskey Sour. HEX triplet: D4, 91 and 59. RGB value is (212,145,89). Sum of RGB (Red+Green+Blue) = 212+145+89=446 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.53% from 446); Green value is 145 (57.03% from 255 or 32.51% from 446); Blue value is 89 (35.16% from 255 or 19.96% from 446); Max value from RGB is 212 - color contains mainly: red. Hex color #D49159 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49159 is #2B6EA6. Grayscale: #9E9E9E. Windows color (decimal): -2846375 or 5870036. OLE color: 5870036.
HSL color Cylindrical-coordinate representation of color #D49159: hue angle of 27.32º 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 #D49159 is Cyan = 0, Magento = 0.32, Yellow = 0.58 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 145 | 89 | - |
| CMYK | 0 | 0.32 | 0.58 | 0.17 |
| HSL | 27.32º | 0.59% | 0.59% | - |
| HSV(B) | 27.32º | 0.58% | 0.83% | - |
| XYZ | 39.08 | 34.97 | 14.14 | - |
| YUV | 158.65 | 88.7 | 166.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 145 | 89 | 0 | 0.32 | 0.58 | 0.17 | 27.32 | 0.59 | 0.59 |
| Hex | D4 | 91 | 59 | 0 | 20 | 3A | 11 | 1B | 3B | 3B |
| Octal | 324 | 221 | 131 | 0 | 40 | 72 | 21 | 33 | 73 | 73 |
| Binary | 11010100 | 10010001 | 1011001 | 0 | 100000 | 111010 | 10001 | 11011 | 111011 | 111011 |
Color Harmonies of #D49159
Complementary color
Monochromatic Colors of #D49159
Black with #D49159
Text Example
Text Example
White with #D49159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49159; }
p { color: rgb(212,145,89); }
H1.HeaderClassName
{
color: #D49159;
}
.AnyTagClassName
{
color: #D49159;
}
</style>
background-color css
<style>
a { background-color: #D49159; }
a { background-color: rgb(212,145,89); }
div.DivClassName
{
background-color: #D49159;
}
.BgClassName
{
background-color: #D49159;
}
</style>
border-color css
<style>
span { border-color: #D49159; }
span { border-color: rgb(212,145,89); }
td.TdClassName
{
border-color: #D49159;
}
.TagClassName
{
border-color: #D49159;
}
</style>