Shades of Whiskey Sour #D49762
Tints of Whiskey Sour #D49762
RGB
CMYK
RGB Variations
Color information
#D49762 (or 0xD49762) is known color: Whiskey Sour. HEX triplet: D4, 97 and 62. RGB value is (212,151,98). Sum of RGB (Red+Green+Blue) = 212+151+98=461 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.99% from 461); Green value is 151 (59.38% from 255 or 32.75% from 461); Blue value is 98 (38.67% from 255 or 21.26% from 461); Max value from RGB is 212 - color contains mainly: red. Hex color #D49762 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49762 is #2B689D. Grayscale: #A3A3A3. Windows color (decimal): -2844830 or 6461396. OLE color: 6461396.
HSL color Cylindrical-coordinate representation of color #D49762: hue angle of 27.89º 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 #D49762 is Cyan = 0, Magento = 0.29, Yellow = 0.54 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 151 | 98 | - |
| CMYK | 0 | 0.29 | 0.54 | 0.17 |
| HSL | 27.89º | 0.57% | 0.61% | - |
| HSV(B) | 27.89º | 0.54% | 0.83% | - |
| XYZ | 40.42 | 37.01 | 16.57 | - |
| YUV | 163.2 | 91.21 | 162.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 151 | 98 | 0 | 0.29 | 0.54 | 0.17 | 27.89 | 0.57 | 0.61 |
| Hex | D4 | 97 | 62 | 0 | 1D | 36 | 11 | 1C | 39 | 3D |
| Octal | 324 | 227 | 142 | 0 | 35 | 66 | 21 | 34 | 71 | 75 |
| Binary | 11010100 | 10010111 | 1100010 | 0 | 11101 | 110110 | 10001 | 11100 | 111001 | 111101 |
Color Harmonies of #D49762
Complementary color
Monochromatic Colors of #D49762
Black with #D49762
Text Example
Text Example
White with #D49762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49762; }
p { color: rgb(212,151,98); }
H1.HeaderClassName
{
color: #D49762;
}
.AnyTagClassName
{
color: #D49762;
}
</style>
background-color css
<style>
a { background-color: #D49762; }
a { background-color: rgb(212,151,98); }
div.DivClassName
{
background-color: #D49762;
}
.BgClassName
{
background-color: #D49762;
}
</style>
border-color css
<style>
span { border-color: #D49762; }
span { border-color: rgb(212,151,98); }
td.TdClassName
{
border-color: #D49762;
}
.TagClassName
{
border-color: #D49762;
}
</style>