Shades of Whiskey Sour #D79259
Tints of Whiskey Sour #D79259
RGB
CMYK
RGB Variations
Color information
#D79259 (or 0xD79259) is known color: Whiskey Sour. HEX triplet: D7, 92 and 59. RGB value is (215,146,89). Sum of RGB (Red+Green+Blue) = 215+146+89=450 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.78% from 450); Green value is 146 (57.42% from 255 or 32.44% from 450); Blue value is 89 (35.16% from 255 or 19.78% from 450); Max value from RGB is 215 - color contains mainly: red. Hex color #D79259 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D79259 is #286DA6. Grayscale: #A0A0A0. Windows color (decimal): -2649511 or 5870295. OLE color: 5870295.
HSL color Cylindrical-coordinate representation of color #D79259: hue angle of 27.14º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D79259 is Cyan = 0, Magento = 0.32, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 146 | 89 | - |
| CMYK | 0 | 0.32 | 0.59 | 0.16 |
| HSL | 27.14º | 0.61% | 0.6% | - |
| HSV(B) | 27.14º | 0.59% | 0.84% | - |
| XYZ | 40.11 | 35.73 | 14.23 | - |
| YUV | 160.13 | 87.86 | 167.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 146 | 89 | 0 | 0.32 | 0.59 | 0.16 | 27.14 | 0.61 | 0.6 |
| Hex | D7 | 92 | 59 | 0 | 20 | 3B | 10 | 1B | 3D | 3C |
| Octal | 327 | 222 | 131 | 0 | 40 | 73 | 20 | 33 | 75 | 74 |
| Binary | 11010111 | 10010010 | 1011001 | 0 | 100000 | 111011 | 10000 | 11011 | 111101 | 111100 |
Color Harmonies of #D79259
Complementary color
Monochromatic Colors of #D79259
Black with #D79259
Text Example
Text Example
White with #D79259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D79259; }
p { color: rgb(215,146,89); }
H1.HeaderClassName
{
color: #D79259;
}
.AnyTagClassName
{
color: #D79259;
}
</style>
background-color css
<style>
a { background-color: #D79259; }
a { background-color: rgb(215,146,89); }
div.DivClassName
{
background-color: #D79259;
}
.BgClassName
{
background-color: #D79259;
}
</style>
border-color css
<style>
span { border-color: #D79259; }
span { border-color: rgb(215,146,89); }
td.TdClassName
{
border-color: #D79259;
}
.TagClassName
{
border-color: #D79259;
}
</style>