Shades of Whiskey #D49063
Tints of Whiskey #D49063
RGB
CMYK
RGB Variations
Color information
#D49063 (or 0xD49063) is known color: Whiskey. HEX triplet: D4, 90 and 63. RGB value is (212,144,99). Sum of RGB (Red+Green+Blue) = 212+144+99=455 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.59% from 455); Green value is 144 (56.64% from 255 or 31.65% from 455); Blue value is 99 (39.06% from 255 or 21.76% from 455); Max value from RGB is 212 - color contains mainly: red. Hex color #D49063 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49063 is #2B6F9C. Grayscale: #9F9F9F. Windows color (decimal): -2846621 or 6525140. OLE color: 6525140.
HSL color Cylindrical-coordinate representation of color #D49063: hue angle of 23.89º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D49063 is Cyan = 0, Magento = 0.32, Yellow = 0.53 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 144 | 99 | - |
| CMYK | 0 | 0.32 | 0.53 | 0.17 |
| HSL | 23.89º | 0.57% | 0.61% | - |
| HSV(B) | 23.89º | 0.53% | 0.83% | - |
| XYZ | 39.38 | 34.84 | 16.45 | - |
| YUV | 159.2 | 94.03 | 165.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 144 | 99 | 0 | 0.32 | 0.53 | 0.17 | 23.89 | 0.57 | 0.61 |
| Hex | D4 | 90 | 63 | 0 | 20 | 35 | 11 | 18 | 39 | 3D |
| Octal | 324 | 220 | 143 | 0 | 40 | 65 | 21 | 30 | 71 | 75 |
| Binary | 11010100 | 10010000 | 1100011 | 0 | 100000 | 110101 | 10001 | 11000 | 111001 | 111101 |
Color Harmonies of #D49063
Complementary color
Monochromatic Colors of #D49063
Black with #D49063
Text Example
Text Example
White with #D49063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49063; }
p { color: rgb(212,144,99); }
H1.HeaderClassName
{
color: #D49063;
}
.AnyTagClassName
{
color: #D49063;
}
</style>
background-color css
<style>
a { background-color: #D49063; }
a { background-color: rgb(212,144,99); }
div.DivClassName
{
background-color: #D49063;
}
.BgClassName
{
background-color: #D49063;
}
</style>
border-color css
<style>
span { border-color: #D49063; }
span { border-color: rgb(212,144,99); }
td.TdClassName
{
border-color: #D49063;
}
.TagClassName
{
border-color: #D49063;
}
</style>