Shades of Whiskey Sour #D49558
Tints of Whiskey Sour #D49558
RGB
CMYK
RGB Variations
Color information
#D49558 (or 0xD49558) is known color: Whiskey Sour. HEX triplet: D4, 95 and 58. RGB value is (212,149,88). Sum of RGB (Red+Green+Blue) = 212+149+88=449 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.22% from 449); Green value is 149 (58.59% from 255 or 33.18% from 449); Blue value is 88 (34.77% from 255 or 19.60% from 449); Max value from RGB is 212 - color contains mainly: red. Hex color #D49558 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49558 is #2B6AA7. Grayscale: #A1A1A1. Windows color (decimal): -2845352 or 5805524. OLE color: 5805524.
HSL color Cylindrical-coordinate representation of color #D49558: hue angle of 29.52º 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 #D49558 is Cyan = 0, Magento = 0.30, Yellow = 0.58 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 149 | 88 | - |
| CMYK | 0 | 0.30 | 0.58 | 0.17 |
| HSL | 29.52º | 0.59% | 0.59% | - |
| HSV(B) | 29.52º | 0.58% | 0.83% | - |
| XYZ | 39.66 | 36.2 | 14.13 | - |
| YUV | 160.88 | 86.87 | 164.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 149 | 88 | 0 | 0.30 | 0.58 | 0.17 | 29.52 | 0.59 | 0.59 |
| Hex | D4 | 95 | 58 | 0 | 1E | 3A | 11 | 1E | 3B | 3B |
| Octal | 324 | 225 | 130 | 0 | 36 | 72 | 21 | 36 | 73 | 73 |
| Binary | 11010100 | 10010101 | 1011000 | 0 | 11110 | 111010 | 10001 | 11110 | 111011 | 111011 |
Color Harmonies of #D49558
Complementary color
Monochromatic Colors of #D49558
Black with #D49558
Text Example
Text Example
White with #D49558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49558; }
p { color: rgb(212,149,88); }
H1.HeaderClassName
{
color: #D49558;
}
.AnyTagClassName
{
color: #D49558;
}
</style>
background-color css
<style>
a { background-color: #D49558; }
a { background-color: rgb(212,149,88); }
div.DivClassName
{
background-color: #D49558;
}
.BgClassName
{
background-color: #D49558;
}
</style>
border-color css
<style>
span { border-color: #D49558; }
span { border-color: rgb(212,149,88); }
td.TdClassName
{
border-color: #D49558;
}
.TagClassName
{
border-color: #D49558;
}
</style>