Shades of Whiskey Sour #D49556
Tints of Whiskey Sour #D49556
RGB
CMYK
RGB Variations
Color information
#D49556 (or 0xD49556) is known color: Whiskey Sour. HEX triplet: D4, 95 and 56. RGB value is (212,149,86). Sum of RGB (Red+Green+Blue) = 212+149+86=447 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.43% from 447); Green value is 149 (58.59% from 255 or 33.33% from 447); Blue value is 86 (33.98% from 255 or 19.24% from 447); Max value from RGB is 212 - color contains mainly: red. Hex color #D49556 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49556 is #2B6AA9. Grayscale: #A0A0A0. Windows color (decimal): -2845354 or 5674452. OLE color: 5674452.
HSL color Cylindrical-coordinate representation of color #D49556: hue angle of 30º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D49556 is Cyan = 0, Magento = 0.30, Yellow = 0.59 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 149 | 86 | - |
| CMYK | 0 | 0.30 | 0.59 | 0.17 |
| HSL | 30º | 0.59% | 0.58% | - |
| HSV(B) | 30º | 0.59% | 0.83% | - |
| XYZ | 39.58 | 36.16 | 13.7 | - |
| YUV | 160.66 | 85.87 | 164.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 149 | 86 | 0 | 0.30 | 0.59 | 0.17 | 30 | 0.59 | 0.58 |
| Hex | D4 | 95 | 56 | 0 | 1E | 3B | 11 | 1E | 3B | 3A |
| Octal | 324 | 225 | 126 | 0 | 36 | 73 | 21 | 36 | 73 | 72 |
| Binary | 11010100 | 10010101 | 1010110 | 0 | 11110 | 111011 | 10001 | 11110 | 111011 | 111010 |
Color Harmonies of #D49556
Complementary color
Monochromatic Colors of #D49556
Black with #D49556
Text Example
Text Example
White with #D49556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49556; }
p { color: rgb(212,149,86); }
H1.HeaderClassName
{
color: #D49556;
}
.AnyTagClassName
{
color: #D49556;
}
</style>
background-color css
<style>
a { background-color: #D49556; }
a { background-color: rgb(212,149,86); }
div.DivClassName
{
background-color: #D49556;
}
.BgClassName
{
background-color: #D49556;
}
</style>
border-color css
<style>
span { border-color: #D49556; }
span { border-color: rgb(212,149,86); }
td.TdClassName
{
border-color: #D49556;
}
.TagClassName
{
border-color: #D49556;
}
</style>