Shades of Whiskey Sour #D49750
Tints of Whiskey Sour #D49750
RGB
CMYK
RGB Variations
Color information
#D49750 (or 0xD49750) is known color: Whiskey Sour. HEX triplet: D4, 97 and 50. RGB value is (212,151,80). Sum of RGB (Red+Green+Blue) = 212+151+80=443 (58% of max value = 765). Red value is 212 (83.20% from 255 or 47.86% from 443); Green value is 151 (59.38% from 255 or 34.09% from 443); Blue value is 80 (31.64% from 255 or 18.06% from 443); Max value from RGB is 212 - color contains mainly: red. Hex color #D49750 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49750 is #2B68AF. Grayscale: #A1A1A1. Windows color (decimal): -2844848 or 5281748. OLE color: 5281748.
HSL color Cylindrical-coordinate representation of color #D49750: hue angle of 32.27º 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 #D49750 is Cyan = 0, Magento = 0.29, Yellow = 0.62 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 151 | 80 | - |
| CMYK | 0 | 0.29 | 0.62 | 0.17 |
| HSL | 32.27º | 0.61% | 0.57% | - |
| HSV(B) | 32.27º | 0.62% | 0.83% | - |
| XYZ | 39.67 | 36.71 | 12.58 | - |
| YUV | 161.15 | 82.21 | 164.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 151 | 80 | 0 | 0.29 | 0.62 | 0.17 | 32.27 | 0.61 | 0.57 |
| Hex | D4 | 97 | 50 | 0 | 1D | 3E | 11 | 20 | 3D | 39 |
| Octal | 324 | 227 | 120 | 0 | 35 | 76 | 21 | 40 | 75 | 71 |
| Binary | 11010100 | 10010111 | 1010000 | 0 | 11101 | 111110 | 10001 | 100000 | 111101 | 111001 |
Color Harmonies of #D49750
Complementary color
Monochromatic Colors of #D49750
Black with #D49750
Text Example
Text Example
White with #D49750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49750; }
p { color: rgb(212,151,80); }
H1.HeaderClassName
{
color: #D49750;
}
.AnyTagClassName
{
color: #D49750;
}
</style>
background-color css
<style>
a { background-color: #D49750; }
a { background-color: rgb(212,151,80); }
div.DivClassName
{
background-color: #D49750;
}
.BgClassName
{
background-color: #D49750;
}
</style>
border-color css
<style>
span { border-color: #D49750; }
span { border-color: rgb(212,151,80); }
td.TdClassName
{
border-color: #D49750;
}
.TagClassName
{
border-color: #D49750;
}
</style>