Shades of Whiskey #D79669
Tints of Whiskey #D79669
RGB
CMYK
RGB Variations
Color information
#D79669 (or 0xD79669) is known color: Whiskey. HEX triplet: D7, 96 and 69. RGB value is (215,150,105). Sum of RGB (Red+Green+Blue) = 215+150+105=470 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.74% from 470); Green value is 150 (58.98% from 255 or 31.91% from 470); Blue value is 105 (41.41% from 255 or 22.34% from 470); Max value from RGB is 215 - color contains mainly: red. Hex color #D79669 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D79669 is #286996. Grayscale: #A4A4A4. Windows color (decimal): -2648471 or 6919895. OLE color: 6919895.
HSL color Cylindrical-coordinate representation of color #D79669: hue angle of 24.55º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D79669 is Cyan = 0, Magento = 0.30, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 150 | 105 | - |
| CMYK | 0 | 0.30 | 0.51 | 0.16 |
| HSL | 24.55º | 0.58% | 0.63% | - |
| HSV(B) | 24.55º | 0.51% | 0.84% | - |
| XYZ | 41.48 | 37.28 | 18.37 | - |
| YUV | 164.31 | 94.53 | 164.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 150 | 105 | 0 | 0.30 | 0.51 | 0.16 | 24.55 | 0.58 | 0.63 |
| Hex | D7 | 96 | 69 | 0 | 1E | 33 | 10 | 19 | 3A | 3F |
| Octal | 327 | 226 | 151 | 0 | 36 | 63 | 20 | 31 | 72 | 77 |
| Binary | 11010111 | 10010110 | 1101001 | 0 | 11110 | 110011 | 10000 | 11001 | 111010 | 111111 |
Color Harmonies of #D79669
Complementary color
Monochromatic Colors of #D79669
Black with #D79669
Text Example
Text Example
White with #D79669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D79669; }
p { color: rgb(215,150,105); }
H1.HeaderClassName
{
color: #D79669;
}
.AnyTagClassName
{
color: #D79669;
}
</style>
background-color css
<style>
a { background-color: #D79669; }
a { background-color: rgb(215,150,105); }
div.DivClassName
{
background-color: #D79669;
}
.BgClassName
{
background-color: #D79669;
}
</style>
border-color css
<style>
span { border-color: #D79669; }
span { border-color: rgb(215,150,105); }
td.TdClassName
{
border-color: #D79669;
}
.TagClassName
{
border-color: #D79669;
}
</style>