Shades of Whiskey #D79263
Tints of Whiskey #D79263
RGB
CMYK
RGB Variations
Color information
#D79263 (or 0xD79263) is known color: Whiskey. HEX triplet: D7, 92 and 63. RGB value is (215,146,99). Sum of RGB (Red+Green+Blue) = 215+146+99=460 (60% of max value = 765). Red value is 215 (84.38% from 255 or 46.74% from 460); Green value is 146 (57.42% from 255 or 31.74% from 460); Blue value is 99 (39.06% from 255 or 21.52% from 460); Max value from RGB is 215 - color contains mainly: red. Hex color #D79263 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D79263 is #286D9C. Grayscale: #A1A1A1. Windows color (decimal): -2649501 or 6525655. OLE color: 6525655.
HSL color Cylindrical-coordinate representation of color #D79263: hue angle of 24.31º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D79263 is Cyan = 0, Magento = 0.32, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 146 | 99 | - |
| CMYK | 0 | 0.32 | 0.54 | 0.16 |
| HSL | 24.31º | 0.59% | 0.62% | - |
| HSV(B) | 24.31º | 0.54% | 0.84% | - |
| XYZ | 40.56 | 35.91 | 16.6 | - |
| YUV | 161.27 | 92.86 | 166.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 146 | 99 | 0 | 0.32 | 0.54 | 0.16 | 24.31 | 0.59 | 0.62 |
| Hex | D7 | 92 | 63 | 0 | 20 | 36 | 10 | 18 | 3B | 3E |
| Octal | 327 | 222 | 143 | 0 | 40 | 66 | 20 | 30 | 73 | 76 |
| Binary | 11010111 | 10010010 | 1100011 | 0 | 100000 | 110110 | 10000 | 11000 | 111011 | 111110 |
Color Harmonies of #D79263
Complementary color
Monochromatic Colors of #D79263
Black with #D79263
Text Example
Text Example
White with #D79263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D79263; }
p { color: rgb(215,146,99); }
H1.HeaderClassName
{
color: #D79263;
}
.AnyTagClassName
{
color: #D79263;
}
</style>
background-color css
<style>
a { background-color: #D79263; }
a { background-color: rgb(215,146,99); }
div.DivClassName
{
background-color: #D79263;
}
.BgClassName
{
background-color: #D79263;
}
</style>
border-color css
<style>
span { border-color: #D79263; }
span { border-color: rgb(215,146,99); }
td.TdClassName
{
border-color: #D79263;
}
.TagClassName
{
border-color: #D79263;
}
</style>