Shades of Whiskey Sour #D79360
Tints of Whiskey Sour #D79360
RGB
CMYK
RGB Variations
Color information
#D79360 (or 0xD79360) is known color: Whiskey Sour. HEX triplet: D7, 93 and 60. RGB value is (215,147,96). Sum of RGB (Red+Green+Blue) = 215+147+96=458 (60% of max value = 765). Red value is 215 (84.38% from 255 or 46.94% from 458); Green value is 147 (57.81% from 255 or 32.10% from 458); Blue value is 96 (37.89% from 255 or 20.96% from 458); Max value from RGB is 215 - color contains mainly: red. Hex color #D79360 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D79360 is #286C9F. Grayscale: #A1A1A1. Windows color (decimal): -2649248 or 6329303. OLE color: 6329303.
HSL color Cylindrical-coordinate representation of color #D79360: hue angle of 25.71º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D79360 is Cyan = 0, Magento = 0.32, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 147 | 96 | - |
| CMYK | 0 | 0.32 | 0.55 | 0.16 |
| HSL | 25.71º | 0.6% | 0.61% | - |
| HSV(B) | 25.71º | 0.55% | 0.84% | - |
| XYZ | 40.57 | 36.16 | 15.91 | - |
| YUV | 161.52 | 91.03 | 166.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 147 | 96 | 0 | 0.32 | 0.55 | 0.16 | 25.71 | 0.6 | 0.61 |
| Hex | D7 | 93 | 60 | 0 | 20 | 37 | 10 | 1A | 3C | 3D |
| Octal | 327 | 223 | 140 | 0 | 40 | 67 | 20 | 32 | 74 | 75 |
| Binary | 11010111 | 10010011 | 1100000 | 0 | 100000 | 110111 | 10000 | 11010 | 111100 | 111101 |
Color Harmonies of #D79360
Complementary color
Monochromatic Colors of #D79360
Black with #D79360
Text Example
Text Example
White with #D79360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D79360; }
p { color: rgb(215,147,96); }
H1.HeaderClassName
{
color: #D79360;
}
.AnyTagClassName
{
color: #D79360;
}
</style>
background-color css
<style>
a { background-color: #D79360; }
a { background-color: rgb(215,147,96); }
div.DivClassName
{
background-color: #D79360;
}
.BgClassName
{
background-color: #D79360;
}
</style>
border-color css
<style>
span { border-color: #D79360; }
span { border-color: rgb(215,147,96); }
td.TdClassName
{
border-color: #D79360;
}
.TagClassName
{
border-color: #D79360;
}
</style>