Shades of Whiskey Sour #D49650
Tints of Whiskey Sour #D49650
RGB
CMYK
RGB Variations
Color information
#D49650 (or 0xD49650) is known color: Whiskey Sour. HEX triplet: D4, 96 and 50. RGB value is (212,150,80). Sum of RGB (Red+Green+Blue) = 212+150+80=442 (58% of max value = 765). Red value is 212 (83.20% from 255 or 47.96% from 442); Green value is 150 (58.98% from 255 or 33.94% from 442); Blue value is 80 (31.64% from 255 or 18.10% from 442); Max value from RGB is 212 - color contains mainly: red. Hex color #D49650 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49650 is #2B69AF. Grayscale: #A0A0A0. Windows color (decimal): -2845104 or 5281492. OLE color: 5281492.
HSL color Cylindrical-coordinate representation of color #D49650: hue angle of 31.82º 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 #D49650 is Cyan = 0, Magento = 0.29, Yellow = 0.62 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 150 | 80 | - |
| CMYK | 0 | 0.29 | 0.62 | 0.17 |
| HSL | 31.82º | 0.61% | 0.57% | - |
| HSV(B) | 31.82º | 0.62% | 0.83% | - |
| XYZ | 39.51 | 36.39 | 12.53 | - |
| YUV | 160.56 | 82.54 | 164.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 150 | 80 | 0 | 0.29 | 0.62 | 0.17 | 31.82 | 0.61 | 0.57 |
| Hex | D4 | 96 | 50 | 0 | 1D | 3E | 11 | 20 | 3D | 39 |
| Octal | 324 | 226 | 120 | 0 | 35 | 76 | 21 | 40 | 75 | 71 |
| Binary | 11010100 | 10010110 | 1010000 | 0 | 11101 | 111110 | 10001 | 100000 | 111101 | 111001 |
Color Harmonies of #D49650
Complementary color
Monochromatic Colors of #D49650
Black with #D49650
Text Example
Text Example
White with #D49650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49650; }
p { color: rgb(212,150,80); }
H1.HeaderClassName
{
color: #D49650;
}
.AnyTagClassName
{
color: #D49650;
}
</style>
background-color css
<style>
a { background-color: #D49650; }
a { background-color: rgb(212,150,80); }
div.DivClassName
{
background-color: #D49650;
}
.BgClassName
{
background-color: #D49650;
}
</style>
border-color css
<style>
span { border-color: #D49650; }
span { border-color: rgb(212,150,80); }
td.TdClassName
{
border-color: #D49650;
}
.TagClassName
{
border-color: #D49650;
}
</style>