Shades of Whiskey Sour #D79150
Tints of Whiskey Sour #D79150
RGB
CMYK
RGB Variations
Color information
#D79150 (or 0xD79150) is known color: Whiskey Sour. HEX triplet: D7, 91 and 50. RGB value is (215,145,80). Sum of RGB (Red+Green+Blue) = 215+145+80=440 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.86% from 440); Green value is 145 (57.03% from 255 or 32.95% from 440); Blue value is 80 (31.64% from 255 or 18.18% from 440); Max value from RGB is 215 - color contains mainly: red. Hex color #D79150 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D79150 is #286EAF. Grayscale: #9E9E9E. Windows color (decimal): -2649776 or 5280215. OLE color: 5280215.
HSL color Cylindrical-coordinate representation of color #D79150: hue angle of 28.89º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D79150 is Cyan = 0, Magento = 0.33, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 145 | 80 | - |
| CMYK | 0 | 0.33 | 0.63 | 0.16 |
| HSL | 28.89º | 0.63% | 0.58% | - |
| HSV(B) | 28.89º | 0.63% | 0.84% | - |
| XYZ | 39.6 | 35.28 | 12.31 | - |
| YUV | 158.52 | 83.69 | 168.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 145 | 80 | 0 | 0.33 | 0.63 | 0.16 | 28.89 | 0.63 | 0.58 |
| Hex | D7 | 91 | 50 | 0 | 21 | 3F | 10 | 1D | 3F | 3A |
| Octal | 327 | 221 | 120 | 0 | 41 | 77 | 20 | 35 | 77 | 72 |
| Binary | 11010111 | 10010001 | 1010000 | 0 | 100001 | 111111 | 10000 | 11101 | 111111 | 111010 |
Color Harmonies of #D79150
Complementary color
Monochromatic Colors of #D79150
Black with #D79150
Text Example
Text Example
White with #D79150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D79150; }
p { color: rgb(215,145,80); }
H1.HeaderClassName
{
color: #D79150;
}
.AnyTagClassName
{
color: #D79150;
}
</style>
background-color css
<style>
a { background-color: #D79150; }
a { background-color: rgb(215,145,80); }
div.DivClassName
{
background-color: #D79150;
}
.BgClassName
{
background-color: #D79150;
}
</style>
border-color css
<style>
span { border-color: #D79150; }
span { border-color: rgb(215,145,80); }
td.TdClassName
{
border-color: #D79150;
}
.TagClassName
{
border-color: #D79150;
}
</style>