Shades of Whiskey #D49562
Tints of Whiskey #D49562
RGB
CMYK
RGB Variations
Color information
#D49562 (or 0xD49562) is known color: Whiskey. HEX triplet: D4, 95 and 62. RGB value is (212,149,98). Sum of RGB (Red+Green+Blue) = 212+149+98=459 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.19% from 459); Green value is 149 (58.59% from 255 or 32.46% from 459); Blue value is 98 (38.67% from 255 or 21.35% from 459); Max value from RGB is 212 - color contains mainly: red. Hex color #D49562 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49562 is #2B6A9D. Grayscale: #A2A2A2. Windows color (decimal): -2845342 or 6460884. OLE color: 6460884.
HSL color Cylindrical-coordinate representation of color #D49562: hue angle of 26.84º 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 #D49562 is Cyan = 0, Magento = 0.30, Yellow = 0.54 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 149 | 98 | - |
| CMYK | 0 | 0.30 | 0.54 | 0.17 |
| HSL | 26.84º | 0.57% | 0.61% | - |
| HSV(B) | 26.84º | 0.54% | 0.83% | - |
| XYZ | 40.1 | 36.37 | 16.46 | - |
| YUV | 162.02 | 91.87 | 163.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 149 | 98 | 0 | 0.30 | 0.54 | 0.17 | 26.84 | 0.57 | 0.61 |
| Hex | D4 | 95 | 62 | 0 | 1E | 36 | 11 | 1B | 39 | 3D |
| Octal | 324 | 225 | 142 | 0 | 36 | 66 | 21 | 33 | 71 | 75 |
| Binary | 11010100 | 10010101 | 1100010 | 0 | 11110 | 110110 | 10001 | 11011 | 111001 | 111101 |
Color Harmonies of #D49562
Complementary color
Monochromatic Colors of #D49562
Black with #D49562
Text Example
Text Example
White with #D49562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49562; }
p { color: rgb(212,149,98); }
H1.HeaderClassName
{
color: #D49562;
}
.AnyTagClassName
{
color: #D49562;
}
</style>
background-color css
<style>
a { background-color: #D49562; }
a { background-color: rgb(212,149,98); }
div.DivClassName
{
background-color: #D49562;
}
.BgClassName
{
background-color: #D49562;
}
</style>
border-color css
<style>
span { border-color: #D49562; }
span { border-color: rgb(212,149,98); }
td.TdClassName
{
border-color: #D49562;
}
.TagClassName
{
border-color: #D49562;
}
</style>