Shades of Whiskey #D79063
Tints of Whiskey #D79063
RGB
CMYK
RGB Variations
Color information
#D79063 (or 0xD79063) is known color: Whiskey. HEX triplet: D7, 90 and 63. RGB value is (215,144,99). Sum of RGB (Red+Green+Blue) = 215+144+99=458 (60% of max value = 765). Red value is 215 (84.38% from 255 or 46.94% from 458); Green value is 144 (56.64% from 255 or 31.44% from 458); Blue value is 99 (39.06% from 255 or 21.62% from 458); Max value from RGB is 215 - color contains mainly: red. Hex color #D79063 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D79063 is #286F9C. Grayscale: #A0A0A0. Windows color (decimal): -2650013 or 6525143. OLE color: 6525143.
HSL color Cylindrical-coordinate representation of color #D79063: hue angle of 23.28º 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 #D79063 is Cyan = 0, Magento = 0.33, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 144 | 99 | - |
| CMYK | 0 | 0.33 | 0.54 | 0.16 |
| HSL | 23.28º | 0.59% | 0.62% | - |
| HSV(B) | 23.28º | 0.54% | 0.84% | - |
| XYZ | 40.25 | 35.29 | 16.5 | - |
| YUV | 160.1 | 93.52 | 167.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 144 | 99 | 0 | 0.33 | 0.54 | 0.16 | 23.28 | 0.59 | 0.62 |
| Hex | D7 | 90 | 63 | 0 | 21 | 36 | 10 | 17 | 3B | 3E |
| Octal | 327 | 220 | 143 | 0 | 41 | 66 | 20 | 27 | 73 | 76 |
| Binary | 11010111 | 10010000 | 1100011 | 0 | 100001 | 110110 | 10000 | 10111 | 111011 | 111110 |
Color Harmonies of #D79063
Complementary color
Monochromatic Colors of #D79063
Black with #D79063
Text Example
Text Example
White with #D79063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D79063; }
p { color: rgb(215,144,99); }
H1.HeaderClassName
{
color: #D79063;
}
.AnyTagClassName
{
color: #D79063;
}
</style>
background-color css
<style>
a { background-color: #D79063; }
a { background-color: rgb(215,144,99); }
div.DivClassName
{
background-color: #D79063;
}
.BgClassName
{
background-color: #D79063;
}
</style>
border-color css
<style>
span { border-color: #D79063; }
span { border-color: rgb(215,144,99); }
td.TdClassName
{
border-color: #D79063;
}
.TagClassName
{
border-color: #D79063;
}
</style>