Shades of Whiskey #D79166
Tints of Whiskey #D79166
RGB
CMYK
RGB Variations
Color information
#D79166 (or 0xD79166) is known color: Whiskey. HEX triplet: D7, 91 and 66. RGB value is (215,145,102). Sum of RGB (Red+Green+Blue) = 215+145+102=462 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.54% from 462); Green value is 145 (57.03% from 255 or 31.39% from 462); Blue value is 102 (40.23% from 255 or 22.08% from 462); Max value from RGB is 215 - color contains mainly: red. Hex color #D79166 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D79166 is #286E99. Grayscale: #A1A1A1. Windows color (decimal): -2649754 or 6722007. OLE color: 6722007.
HSL color Cylindrical-coordinate representation of color #D79166: hue angle of 22.83º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D79166 is Cyan = 0, Magento = 0.33, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 145 | 102 | - |
| CMYK | 0 | 0.33 | 0.53 | 0.16 |
| HSL | 22.83º | 0.59% | 0.62% | - |
| HSV(B) | 22.83º | 0.53% | 0.84% | - |
| XYZ | 40.55 | 35.66 | 17.32 | - |
| YUV | 161.03 | 94.69 | 166.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 145 | 102 | 0 | 0.33 | 0.53 | 0.16 | 22.83 | 0.59 | 0.62 |
| Hex | D7 | 91 | 66 | 0 | 21 | 35 | 10 | 17 | 3B | 3E |
| Octal | 327 | 221 | 146 | 0 | 41 | 65 | 20 | 27 | 73 | 76 |
| Binary | 11010111 | 10010001 | 1100110 | 0 | 100001 | 110101 | 10000 | 10111 | 111011 | 111110 |
Color Harmonies of #D79166
Complementary color
Monochromatic Colors of #D79166
Black with #D79166
Text Example
Text Example
White with #D79166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D79166; }
p { color: rgb(215,145,102); }
H1.HeaderClassName
{
color: #D79166;
}
.AnyTagClassName
{
color: #D79166;
}
</style>
background-color css
<style>
a { background-color: #D79166; }
a { background-color: rgb(215,145,102); }
div.DivClassName
{
background-color: #D79166;
}
.BgClassName
{
background-color: #D79166;
}
</style>
border-color css
<style>
span { border-color: #D79166; }
span { border-color: rgb(215,145,102); }
td.TdClassName
{
border-color: #D79166;
}
.TagClassName
{
border-color: #D79166;
}
</style>