Shades of Whiskey #D79663
Tints of Whiskey #D79663
RGB
CMYK
RGB Variations
Color information
#D79663 (or 0xD79663) is known color: Whiskey. HEX triplet: D7, 96 and 63. RGB value is (215,150,99). Sum of RGB (Red+Green+Blue) = 215+150+99=464 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.34% from 464); Green value is 150 (58.98% from 255 or 32.33% from 464); Blue value is 99 (39.06% from 255 or 21.34% from 464); Max value from RGB is 215 - color contains mainly: red. Hex color #D79663 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D79663 is #28699C. Grayscale: #A3A3A3. Windows color (decimal): -2648477 or 6526679. OLE color: 6526679.
HSL color Cylindrical-coordinate representation of color #D79663: hue angle of 26.38º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D79663 is Cyan = 0, Magento = 0.30, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 150 | 99 | - |
| CMYK | 0 | 0.30 | 0.54 | 0.16 |
| HSL | 26.38º | 0.59% | 0.62% | - |
| HSV(B) | 26.38º | 0.54% | 0.84% | - |
| XYZ | 41.18 | 37.16 | 16.81 | - |
| YUV | 163.62 | 91.53 | 164.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 150 | 99 | 0 | 0.30 | 0.54 | 0.16 | 26.38 | 0.59 | 0.62 |
| Hex | D7 | 96 | 63 | 0 | 1E | 36 | 10 | 1A | 3B | 3E |
| Octal | 327 | 226 | 143 | 0 | 36 | 66 | 20 | 32 | 73 | 76 |
| Binary | 11010111 | 10010110 | 1100011 | 0 | 11110 | 110110 | 10000 | 11010 | 111011 | 111110 |
Color Harmonies of #D79663
Complementary color
Monochromatic Colors of #D79663
Black with #D79663
Text Example
Text Example
White with #D79663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D79663; }
p { color: rgb(215,150,99); }
H1.HeaderClassName
{
color: #D79663;
}
.AnyTagClassName
{
color: #D79663;
}
</style>
background-color css
<style>
a { background-color: #D79663; }
a { background-color: rgb(215,150,99); }
div.DivClassName
{
background-color: #D79663;
}
.BgClassName
{
background-color: #D79663;
}
</style>
border-color css
<style>
span { border-color: #D79663; }
span { border-color: rgb(215,150,99); }
td.TdClassName
{
border-color: #D79663;
}
.TagClassName
{
border-color: #D79663;
}
</style>