Shades of Whiskey Sour #D79354
Tints of Whiskey Sour #D79354
RGB
CMYK
RGB Variations
Color information
#D79354 (or 0xD79354) is known color: Whiskey Sour. HEX triplet: D7, 93 and 54. RGB value is (215,147,84). Sum of RGB (Red+Green+Blue) = 215+147+84=446 (59% of max value = 765). Red value is 215 (84.38% from 255 or 48.21% from 446); Green value is 147 (57.81% from 255 or 32.96% from 446); Blue value is 84 (33.20% from 255 or 18.83% from 446); Max value from RGB is 215 - color contains mainly: red. Hex color #D79354 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D79354 is #286CAB. Grayscale: #A0A0A0. Windows color (decimal): -2649260 or 5542871. OLE color: 5542871.
HSL color Cylindrical-coordinate representation of color #D79354: hue angle of 28.85º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D79354 is Cyan = 0, Magento = 0.32, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 147 | 84 | - |
| CMYK | 0 | 0.32 | 0.61 | 0.16 |
| HSL | 28.85º | 0.62% | 0.59% | - |
| HSV(B) | 28.85º | 0.61% | 0.84% | - |
| XYZ | 40.06 | 35.95 | 13.22 | - |
| YUV | 160.15 | 85.03 | 167.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 147 | 84 | 0 | 0.32 | 0.61 | 0.16 | 28.85 | 0.62 | 0.59 |
| Hex | D7 | 93 | 54 | 0 | 20 | 3D | 10 | 1D | 3E | 3B |
| Octal | 327 | 223 | 124 | 0 | 40 | 75 | 20 | 35 | 76 | 73 |
| Binary | 11010111 | 10010011 | 1010100 | 0 | 100000 | 111101 | 10000 | 11101 | 111110 | 111011 |
Color Harmonies of #D79354
Complementary color
Monochromatic Colors of #D79354
Black with #D79354
Text Example
Text Example
White with #D79354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D79354; }
p { color: rgb(215,147,84); }
H1.HeaderClassName
{
color: #D79354;
}
.AnyTagClassName
{
color: #D79354;
}
</style>
background-color css
<style>
a { background-color: #D79354; }
a { background-color: rgb(215,147,84); }
div.DivClassName
{
background-color: #D79354;
}
.BgClassName
{
background-color: #D79354;
}
</style>
border-color css
<style>
span { border-color: #D79354; }
span { border-color: rgb(215,147,84); }
td.TdClassName
{
border-color: #D79354;
}
.TagClassName
{
border-color: #D79354;
}
</style>