Shades of Whiskey #D79168
Tints of Whiskey #D79168
RGB
CMYK
RGB Variations
Color information
#D79168 (or 0xD79168) is known color: Whiskey. HEX triplet: D7, 91 and 68. RGB value is (215,145,104). Sum of RGB (Red+Green+Blue) = 215+145+104=464 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.34% from 464); Green value is 145 (57.03% from 255 or 31.25% from 464); Blue value is 104 (41.02% from 255 or 22.41% from 464); Max value from RGB is 215 - color contains mainly: red. Hex color #D79168 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D79168 is #286E97. Grayscale: #A1A1A1. Windows color (decimal): -2649752 or 6853079. OLE color: 6853079.
HSL color Cylindrical-coordinate representation of color #D79168: hue angle of 22.16º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D79168 is Cyan = 0, Magento = 0.33, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 145 | 104 | - |
| CMYK | 0 | 0.33 | 0.52 | 0.16 |
| HSL | 22.16º | 0.58% | 0.63% | - |
| HSV(B) | 22.16º | 0.52% | 0.84% | - |
| XYZ | 40.65 | 35.7 | 17.84 | - |
| YUV | 161.26 | 95.69 | 166.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 145 | 104 | 0 | 0.33 | 0.52 | 0.16 | 22.16 | 0.58 | 0.63 |
| Hex | D7 | 91 | 68 | 0 | 21 | 34 | 10 | 16 | 3A | 3F |
| Octal | 327 | 221 | 150 | 0 | 41 | 64 | 20 | 26 | 72 | 77 |
| Binary | 11010111 | 10010001 | 1101000 | 0 | 100001 | 110100 | 10000 | 10110 | 111010 | 111111 |
Color Harmonies of #D79168
Complementary color
Monochromatic Colors of #D79168
Black with #D79168
Text Example
Text Example
White with #D79168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D79168; }
p { color: rgb(215,145,104); }
H1.HeaderClassName
{
color: #D79168;
}
.AnyTagClassName
{
color: #D79168;
}
</style>
background-color css
<style>
a { background-color: #D79168; }
a { background-color: rgb(215,145,104); }
div.DivClassName
{
background-color: #D79168;
}
.BgClassName
{
background-color: #D79168;
}
</style>
border-color css
<style>
span { border-color: #D79168; }
span { border-color: rgb(215,145,104); }
td.TdClassName
{
border-color: #D79168;
}
.TagClassName
{
border-color: #D79168;
}
</style>