Shades of Whiskey #D59663
Tints of Whiskey #D59663
RGB
CMYK
RGB Variations
Color information
#D59663 (or 0xD59663) is known color: Whiskey. HEX triplet: D5, 96 and 63. RGB value is (213,150,99). Sum of RGB (Red+Green+Blue) = 213+150+99=462 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.10% from 462); Green value is 150 (58.98% from 255 or 32.47% from 462); Blue value is 99 (39.06% from 255 or 21.43% from 462); Max value from RGB is 213 - color contains mainly: red. Hex color #D59663 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59663 is #2A699C. Grayscale: #A3A3A3. Windows color (decimal): -2779549 or 6526677. OLE color: 6526677.
HSL color Cylindrical-coordinate representation of color #D59663: hue angle of 26.84º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D59663 is Cyan = 0, Magento = 0.30, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 150 | 99 | - |
| CMYK | 0 | 0.30 | 0.54 | 0.16 |
| HSL | 26.84º | 0.58% | 0.61% | - |
| HSV(B) | 26.84º | 0.54% | 0.84% | - |
| XYZ | 40.6 | 36.86 | 16.78 | - |
| YUV | 163.02 | 91.87 | 163.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 150 | 99 | 0 | 0.30 | 0.54 | 0.16 | 26.84 | 0.58 | 0.61 |
| Hex | D5 | 96 | 63 | 0 | 1E | 36 | 10 | 1B | 3A | 3D |
| Octal | 325 | 226 | 143 | 0 | 36 | 66 | 20 | 33 | 72 | 75 |
| Binary | 11010101 | 10010110 | 1100011 | 0 | 11110 | 110110 | 10000 | 11011 | 111010 | 111101 |
Color Harmonies of #D59663
Complementary color
Monochromatic Colors of #D59663
Black with #D59663
Text Example
Text Example
White with #D59663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59663; }
p { color: rgb(213,150,99); }
H1.HeaderClassName
{
color: #D59663;
}
.AnyTagClassName
{
color: #D59663;
}
</style>
background-color css
<style>
a { background-color: #D59663; }
a { background-color: rgb(213,150,99); }
div.DivClassName
{
background-color: #D59663;
}
.BgClassName
{
background-color: #D59663;
}
</style>
border-color css
<style>
span { border-color: #D59663; }
span { border-color: rgb(213,150,99); }
td.TdClassName
{
border-color: #D59663;
}
.TagClassName
{
border-color: #D59663;
}
</style>