Shades of Whiskey #D49565
Tints of Whiskey #D49565
RGB
CMYK
RGB Variations
Color information
#D49565 (or 0xD49565) is known color: Whiskey. HEX triplet: D4, 95 and 65. RGB value is (212,149,101). Sum of RGB (Red+Green+Blue) = 212+149+101=462 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.89% from 462); Green value is 149 (58.59% from 255 or 32.25% from 462); Blue value is 101 (39.84% from 255 or 21.86% from 462); Max value from RGB is 212 - color contains mainly: red. Hex color #D49565 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49565 is #2B6A9A. Grayscale: #A2A2A2. Windows color (decimal): -2845339 or 6657492. OLE color: 6657492.
HSL color Cylindrical-coordinate representation of color #D49565: hue angle of 25.95º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D49565 is Cyan = 0, Magento = 0.30, Yellow = 0.52 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 149 | 101 | - |
| CMYK | 0 | 0.30 | 0.52 | 0.17 |
| HSL | 25.95º | 0.56% | 0.61% | - |
| HSV(B) | 25.95º | 0.52% | 0.83% | - |
| XYZ | 40.25 | 36.43 | 17.22 | - |
| YUV | 162.37 | 93.37 | 163.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 149 | 101 | 0 | 0.30 | 0.52 | 0.17 | 25.95 | 0.56 | 0.61 |
| Hex | D4 | 95 | 65 | 0 | 1E | 34 | 11 | 1A | 38 | 3D |
| Octal | 324 | 225 | 145 | 0 | 36 | 64 | 21 | 32 | 70 | 75 |
| Binary | 11010100 | 10010101 | 1100101 | 0 | 11110 | 110100 | 10001 | 11010 | 111000 | 111101 |
Color Harmonies of #D49565
Complementary color
Monochromatic Colors of #D49565
Black with #D49565
Text Example
Text Example
White with #D49565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49565; }
p { color: rgb(212,149,101); }
H1.HeaderClassName
{
color: #D49565;
}
.AnyTagClassName
{
color: #D49565;
}
</style>
background-color css
<style>
a { background-color: #D49565; }
a { background-color: rgb(212,149,101); }
div.DivClassName
{
background-color: #D49565;
}
.BgClassName
{
background-color: #D49565;
}
</style>
border-color css
<style>
span { border-color: #D49565; }
span { border-color: rgb(212,149,101); }
td.TdClassName
{
border-color: #D49565;
}
.TagClassName
{
border-color: #D49565;
}
</style>