Shades of Whiskey Sour #D49550
Tints of Whiskey Sour #D49550
RGB
CMYK
RGB Variations
Color information
#D49550 (or 0xD49550) is known color: Whiskey Sour. HEX triplet: D4, 95 and 50. RGB value is (212,149,80). Sum of RGB (Red+Green+Blue) = 212+149+80=441 (58% of max value = 765). Red value is 212 (83.20% from 255 or 48.07% from 441); Green value is 149 (58.59% from 255 or 33.79% from 441); Blue value is 80 (31.64% from 255 or 18.14% from 441); Max value from RGB is 212 - color contains mainly: red. Hex color #D49550 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49550 is #2B6AAF. Grayscale: #A0A0A0. Windows color (decimal): -2845360 or 5281236. OLE color: 5281236.
HSL color Cylindrical-coordinate representation of color #D49550: hue angle of 31.36º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D49550 is Cyan = 0, Magento = 0.30, Yellow = 0.62 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 149 | 80 | - |
| CMYK | 0 | 0.30 | 0.62 | 0.17 |
| HSL | 31.36º | 0.61% | 0.57% | - |
| HSV(B) | 31.36º | 0.62% | 0.83% | - |
| XYZ | 39.35 | 36.07 | 12.48 | - |
| YUV | 159.97 | 82.87 | 165.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 149 | 80 | 0 | 0.30 | 0.62 | 0.17 | 31.36 | 0.61 | 0.57 |
| Hex | D4 | 95 | 50 | 0 | 1E | 3E | 11 | 1F | 3D | 39 |
| Octal | 324 | 225 | 120 | 0 | 36 | 76 | 21 | 37 | 75 | 71 |
| Binary | 11010100 | 10010101 | 1010000 | 0 | 11110 | 111110 | 10001 | 11111 | 111101 | 111001 |
Color Harmonies of #D49550
Complementary color
Monochromatic Colors of #D49550
Black with #D49550
Text Example
Text Example
White with #D49550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49550; }
p { color: rgb(212,149,80); }
H1.HeaderClassName
{
color: #D49550;
}
.AnyTagClassName
{
color: #D49550;
}
</style>
background-color css
<style>
a { background-color: #D49550; }
a { background-color: rgb(212,149,80); }
div.DivClassName
{
background-color: #D49550;
}
.BgClassName
{
background-color: #D49550;
}
</style>
border-color css
<style>
span { border-color: #D49550; }
span { border-color: rgb(212,149,80); }
td.TdClassName
{
border-color: #D49550;
}
.TagClassName
{
border-color: #D49550;
}
</style>