Shades of Whiskey #D49161
Tints of Whiskey #D49161
RGB
CMYK
RGB Variations
Color information
#D49161 (or 0xD49161) is known color: Whiskey. HEX triplet: D4, 91 and 61. RGB value is (212,145,97). Sum of RGB (Red+Green+Blue) = 212+145+97=454 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.70% from 454); Green value is 145 (57.03% from 255 or 31.94% from 454); Blue value is 97 (38.28% from 255 or 21.37% from 454); Max value from RGB is 212 - color contains mainly: red. Hex color #D49161 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49161 is #2B6E9E. Grayscale: #9F9F9F. Windows color (decimal): -2846367 or 6394324. OLE color: 6394324.
HSL color Cylindrical-coordinate representation of color #D49161: hue angle of 25.04º 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 #D49161 is Cyan = 0, Magento = 0.32, Yellow = 0.54 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 145 | 97 | - |
| CMYK | 0 | 0.32 | 0.54 | 0.17 |
| HSL | 25.04º | 0.57% | 0.61% | - |
| HSV(B) | 25.04º | 0.54% | 0.83% | - |
| XYZ | 39.43 | 35.11 | 16.01 | - |
| YUV | 159.56 | 92.7 | 165.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 145 | 97 | 0 | 0.32 | 0.54 | 0.17 | 25.04 | 0.57 | 0.61 |
| Hex | D4 | 91 | 61 | 0 | 20 | 36 | 11 | 19 | 39 | 3D |
| Octal | 324 | 221 | 141 | 0 | 40 | 66 | 21 | 31 | 71 | 75 |
| Binary | 11010100 | 10010001 | 1100001 | 0 | 100000 | 110110 | 10001 | 11001 | 111001 | 111101 |
Color Harmonies of #D49161
Complementary color
Monochromatic Colors of #D49161
Black with #D49161
Text Example
Text Example
White with #D49161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49161; }
p { color: rgb(212,145,97); }
H1.HeaderClassName
{
color: #D49161;
}
.AnyTagClassName
{
color: #D49161;
}
</style>
background-color css
<style>
a { background-color: #D49161; }
a { background-color: rgb(212,145,97); }
div.DivClassName
{
background-color: #D49161;
}
.BgClassName
{
background-color: #D49161;
}
</style>
border-color css
<style>
span { border-color: #D49161; }
span { border-color: rgb(212,145,97); }
td.TdClassName
{
border-color: #D49161;
}
.TagClassName
{
border-color: #D49161;
}
</style>