Shades of Whiskey #D79A6D
Tints of Whiskey #D79A6D
RGB
CMYK
RGB Variations
Color information
#D79A6D (or 0xD79A6D) is known color: Whiskey. HEX triplet: D7, 9A and 6D. RGB value is (215,154,109). Sum of RGB (Red+Green+Blue) = 215+154+109=478 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.98% from 478); Green value is 154 (60.55% from 255 or 32.22% from 478); Blue value is 109 (42.97% from 255 or 22.80% from 478); Max value from RGB is 215 - color contains mainly: red. Hex color #D79A6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D79A6D is #286592. Grayscale: #A7A7A7. Windows color (decimal): -2647443 or 7183063. OLE color: 7183063.
HSL color Cylindrical-coordinate representation of color #D79A6D: hue angle of 25.47º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D79A6D is Cyan = 0, Magento = 0.28, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 154 | 109 | - |
| CMYK | 0 | 0.28 | 0.49 | 0.16 |
| HSL | 25.47º | 0.57% | 0.64% | - |
| HSV(B) | 25.47º | 0.49% | 0.84% | - |
| XYZ | 42.34 | 38.66 | 19.7 | - |
| YUV | 167.11 | 95.21 | 162.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 154 | 109 | 0 | 0.28 | 0.49 | 0.16 | 25.47 | 0.57 | 0.64 |
| Hex | D7 | 9A | 6D | 0 | 1C | 31 | 10 | 19 | 39 | 40 |
| Octal | 327 | 232 | 155 | 0 | 34 | 61 | 20 | 31 | 71 | 100 |
| Binary | 11010111 | 10011010 | 1101101 | 0 | 11100 | 110001 | 10000 | 11001 | 111001 | 1000000 |
Color Harmonies of #D79A6D
Complementary color
Monochromatic Colors of #D79A6D
Black with #D79A6D
Text Example
Text Example
White with #D79A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D79A6D; }
p { color: rgb(215,154,109); }
H1.HeaderClassName
{
color: #D79A6D;
}
.AnyTagClassName
{
color: #D79A6D;
}
</style>
background-color css
<style>
a { background-color: #D79A6D; }
a { background-color: rgb(215,154,109); }
div.DivClassName
{
background-color: #D79A6D;
}
.BgClassName
{
background-color: #D79A6D;
}
</style>
border-color css
<style>
span { border-color: #D79A6D; }
span { border-color: rgb(215,154,109); }
td.TdClassName
{
border-color: #D79A6D;
}
.TagClassName
{
border-color: #D79A6D;
}
</style>