Shades of Whiskey #D79268
Tints of Whiskey #D79268
RGB
CMYK
RGB Variations
Color information
#D79268 (or 0xD79268) is known color: Whiskey. HEX triplet: D7, 92 and 68. RGB value is (215,146,104). Sum of RGB (Red+Green+Blue) = 215+146+104=465 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.24% from 465); Green value is 146 (57.42% from 255 or 31.40% from 465); Blue value is 104 (41.02% from 255 or 22.37% from 465); Max value from RGB is 215 - color contains mainly: red. Hex color #D79268 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D79268 is #286D97. Grayscale: #A2A2A2. Windows color (decimal): -2649496 or 6853335. OLE color: 6853335.
HSL color Cylindrical-coordinate representation of color #D79268: hue angle of 22.7º 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 #D79268 is Cyan = 0, Magento = 0.32, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 146 | 104 | - |
| CMYK | 0 | 0.32 | 0.52 | 0.16 |
| HSL | 22.7º | 0.58% | 0.63% | - |
| HSV(B) | 22.7º | 0.52% | 0.84% | - |
| XYZ | 40.8 | 36 | 17.9 | - |
| YUV | 161.84 | 95.36 | 165.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 146 | 104 | 0 | 0.32 | 0.52 | 0.16 | 22.7 | 0.58 | 0.63 |
| Hex | D7 | 92 | 68 | 0 | 20 | 34 | 10 | 17 | 3A | 3F |
| Octal | 327 | 222 | 150 | 0 | 40 | 64 | 20 | 27 | 72 | 77 |
| Binary | 11010111 | 10010010 | 1101000 | 0 | 100000 | 110100 | 10000 | 10111 | 111010 | 111111 |
Color Harmonies of #D79268
Complementary color
Monochromatic Colors of #D79268
Black with #D79268
Text Example
Text Example
White with #D79268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D79268; }
p { color: rgb(215,146,104); }
H1.HeaderClassName
{
color: #D79268;
}
.AnyTagClassName
{
color: #D79268;
}
</style>
background-color css
<style>
a { background-color: #D79268; }
a { background-color: rgb(215,146,104); }
div.DivClassName
{
background-color: #D79268;
}
.BgClassName
{
background-color: #D79268;
}
</style>
border-color css
<style>
span { border-color: #D79268; }
span { border-color: rgb(215,146,104); }
td.TdClassName
{
border-color: #D79268;
}
.TagClassName
{
border-color: #D79268;
}
</style>