Shades of Whiskey #D79D6B
Tints of Whiskey #D79D6B
RGB
CMYK
RGB Variations
Color information
#D79D6B (or 0xD79D6B) is known color: Whiskey. HEX triplet: D7, 9D and 6B. RGB value is (215,157,107). Sum of RGB (Red+Green+Blue) = 215+157+107=479 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.89% from 479); Green value is 157 (61.72% from 255 or 32.78% from 479); Blue value is 107 (42.19% from 255 or 22.34% from 479); Max value from RGB is 215 - color contains mainly: red. Hex color #D79D6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D79D6B is #286294. Grayscale: #A8A8A8. Windows color (decimal): -2646677 or 7052759. OLE color: 7052759.
HSL color Cylindrical-coordinate representation of color #D79D6B: hue angle of 27.78º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D79D6B is Cyan = 0, Magento = 0.27, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 157 | 107 | - |
| CMYK | 0 | 0.27 | 0.50 | 0.16 |
| HSL | 27.78º | 0.57% | 0.63% | - |
| HSV(B) | 27.78º | 0.5% | 0.84% | - |
| XYZ | 42.74 | 39.62 | 19.31 | - |
| YUV | 168.64 | 93.22 | 161.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 157 | 107 | 0 | 0.27 | 0.50 | 0.16 | 27.78 | 0.57 | 0.63 |
| Hex | D7 | 9D | 6B | 0 | 1B | 32 | 10 | 1C | 39 | 3F |
| Octal | 327 | 235 | 153 | 0 | 33 | 62 | 20 | 34 | 71 | 77 |
| Binary | 11010111 | 10011101 | 1101011 | 0 | 11011 | 110010 | 10000 | 11100 | 111001 | 111111 |
Color Harmonies of #D79D6B
Complementary color
Monochromatic Colors of #D79D6B
Black with #D79D6B
Text Example
Text Example
White with #D79D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D79D6B; }
p { color: rgb(215,157,107); }
H1.HeaderClassName
{
color: #D79D6B;
}
.AnyTagClassName
{
color: #D79D6B;
}
</style>
background-color css
<style>
a { background-color: #D79D6B; }
a { background-color: rgb(215,157,107); }
div.DivClassName
{
background-color: #D79D6B;
}
.BgClassName
{
background-color: #D79D6B;
}
</style>
border-color css
<style>
span { border-color: #D79D6B; }
span { border-color: rgb(215,157,107); }
td.TdClassName
{
border-color: #D79D6B;
}
.TagClassName
{
border-color: #D79D6B;
}
</style>