Shades of Whiskey #D79262
Tints of Whiskey #D79262
RGB
CMYK
RGB Variations
Color information
#D79262 (or 0xD79262) is known color: Whiskey. HEX triplet: D7, 92 and 62. RGB value is (215,146,98). Sum of RGB (Red+Green+Blue) = 215+146+98=459 (60% of max value = 765). Red value is 215 (84.38% from 255 or 46.84% from 459); Green value is 146 (57.42% from 255 or 31.81% from 459); Blue value is 98 (38.67% from 255 or 21.35% from 459); Max value from RGB is 215 - color contains mainly: red. Hex color #D79262 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D79262 is #286D9D. Grayscale: #A1A1A1. Windows color (decimal): -2649502 or 6460119. OLE color: 6460119.
HSL color Cylindrical-coordinate representation of color #D79262: hue angle of 24.62º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D79262 is Cyan = 0, Magento = 0.32, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 146 | 98 | - |
| CMYK | 0 | 0.32 | 0.54 | 0.16 |
| HSL | 24.62º | 0.59% | 0.61% | - |
| HSV(B) | 24.62º | 0.54% | 0.84% | - |
| XYZ | 40.51 | 35.89 | 16.35 | - |
| YUV | 161.16 | 92.36 | 166.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 146 | 98 | 0 | 0.32 | 0.54 | 0.16 | 24.62 | 0.59 | 0.61 |
| Hex | D7 | 92 | 62 | 0 | 20 | 36 | 10 | 19 | 3B | 3D |
| Octal | 327 | 222 | 142 | 0 | 40 | 66 | 20 | 31 | 73 | 75 |
| Binary | 11010111 | 10010010 | 1100010 | 0 | 100000 | 110110 | 10000 | 11001 | 111011 | 111101 |
Color Harmonies of #D79262
Complementary color
Monochromatic Colors of #D79262
Black with #D79262
Text Example
Text Example
White with #D79262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D79262; }
p { color: rgb(215,146,98); }
H1.HeaderClassName
{
color: #D79262;
}
.AnyTagClassName
{
color: #D79262;
}
</style>
background-color css
<style>
a { background-color: #D79262; }
a { background-color: rgb(215,146,98); }
div.DivClassName
{
background-color: #D79262;
}
.BgClassName
{
background-color: #D79262;
}
</style>
border-color css
<style>
span { border-color: #D79262; }
span { border-color: rgb(215,146,98); }
td.TdClassName
{
border-color: #D79262;
}
.TagClassName
{
border-color: #D79262;
}
</style>