Shades of Whiskey Sour #D49861
Tints of Whiskey Sour #D49861
RGB
CMYK
RGB Variations
Color information
#D49861 (or 0xD49861) is known color: Whiskey Sour. HEX triplet: D4, 98 and 61. RGB value is (212,152,97). Sum of RGB (Red+Green+Blue) = 212+152+97=461 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.99% from 461); Green value is 152 (59.77% from 255 or 32.97% from 461); Blue value is 97 (38.28% from 255 or 21.04% from 461); Max value from RGB is 212 - color contains mainly: red. Hex color #D49861 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49861 is #2B679E. Grayscale: #A3A3A3. Windows color (decimal): -2844575 or 6396116. OLE color: 6396116.
HSL color Cylindrical-coordinate representation of color #D49861: hue angle of 28.7º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D49861 is Cyan = 0, Magento = 0.28, Yellow = 0.54 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 152 | 97 | - |
| CMYK | 0 | 0.28 | 0.54 | 0.17 |
| HSL | 28.7º | 0.57% | 0.61% | - |
| HSV(B) | 28.7º | 0.54% | 0.83% | - |
| XYZ | 40.54 | 37.32 | 16.38 | - |
| YUV | 163.67 | 90.38 | 162.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 152 | 97 | 0 | 0.28 | 0.54 | 0.17 | 28.7 | 0.57 | 0.61 |
| Hex | D4 | 98 | 61 | 0 | 1C | 36 | 11 | 1D | 39 | 3D |
| Octal | 324 | 230 | 141 | 0 | 34 | 66 | 21 | 35 | 71 | 75 |
| Binary | 11010100 | 10011000 | 1100001 | 0 | 11100 | 110110 | 10001 | 11101 | 111001 | 111101 |
Color Harmonies of #D49861
Complementary color
Monochromatic Colors of #D49861
Black with #D49861
Text Example
Text Example
White with #D49861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49861; }
p { color: rgb(212,152,97); }
H1.HeaderClassName
{
color: #D49861;
}
.AnyTagClassName
{
color: #D49861;
}
</style>
background-color css
<style>
a { background-color: #D49861; }
a { background-color: rgb(212,152,97); }
div.DivClassName
{
background-color: #D49861;
}
.BgClassName
{
background-color: #D49861;
}
</style>
border-color css
<style>
span { border-color: #D49861; }
span { border-color: rgb(212,152,97); }
td.TdClassName
{
border-color: #D49861;
}
.TagClassName
{
border-color: #D49861;
}
</style>