Shades of Whiskey #D79A67
Tints of Whiskey #D79A67
RGB
CMYK
RGB Variations
Color information
#D79A67 (or 0xD79A67) is known color: Whiskey. HEX triplet: D7, 9A and 67. RGB value is (215,154,103). Sum of RGB (Red+Green+Blue) = 215+154+103=472 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.55% from 472); Green value is 154 (60.55% from 255 or 32.63% from 472); Blue value is 103 (40.62% from 255 or 21.82% from 472); Max value from RGB is 215 - color contains mainly: red. Hex color #D79A67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D79A67 is #286598. Grayscale: #A6A6A6. Windows color (decimal): -2647449 or 6789847. OLE color: 6789847.
HSL color Cylindrical-coordinate representation of color #D79A67: hue angle of 27.32º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D79A67 is Cyan = 0, Magento = 0.28, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 154 | 103 | - |
| CMYK | 0 | 0.28 | 0.52 | 0.16 |
| HSL | 27.32º | 0.58% | 0.62% | - |
| HSV(B) | 27.32º | 0.52% | 0.84% | - |
| XYZ | 42.03 | 38.54 | 18.06 | - |
| YUV | 166.43 | 92.21 | 162.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 154 | 103 | 0 | 0.28 | 0.52 | 0.16 | 27.32 | 0.58 | 0.62 |
| Hex | D7 | 9A | 67 | 0 | 1C | 34 | 10 | 1B | 3A | 3E |
| Octal | 327 | 232 | 147 | 0 | 34 | 64 | 20 | 33 | 72 | 76 |
| Binary | 11010111 | 10011010 | 1100111 | 0 | 11100 | 110100 | 10000 | 11011 | 111010 | 111110 |
Color Harmonies of #D79A67
Complementary color
Monochromatic Colors of #D79A67
Black with #D79A67
Text Example
Text Example
White with #D79A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D79A67; }
p { color: rgb(215,154,103); }
H1.HeaderClassName
{
color: #D79A67;
}
.AnyTagClassName
{
color: #D79A67;
}
</style>
background-color css
<style>
a { background-color: #D79A67; }
a { background-color: rgb(215,154,103); }
div.DivClassName
{
background-color: #D79A67;
}
.BgClassName
{
background-color: #D79A67;
}
</style>
border-color css
<style>
span { border-color: #D79A67; }
span { border-color: rgb(215,154,103); }
td.TdClassName
{
border-color: #D79A67;
}
.TagClassName
{
border-color: #D79A67;
}
</style>