Shades of Whiskey Sour #D79250
Tints of Whiskey Sour #D79250
RGB
CMYK
RGB Variations
Color information
#D79250 (or 0xD79250) is known color: Whiskey Sour. HEX triplet: D7, 92 and 50. RGB value is (215,146,80). Sum of RGB (Red+Green+Blue) = 215+146+80=441 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.75% from 441); Green value is 146 (57.42% from 255 or 33.11% from 441); Blue value is 80 (31.64% from 255 or 18.14% from 441); Max value from RGB is 215 - color contains mainly: red. Hex color #D79250 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D79250 is #286DAF. Grayscale: #9F9F9F. Windows color (decimal): -2649520 or 5280471. OLE color: 5280471.
HSL color Cylindrical-coordinate representation of color #D79250: hue angle of 29.33º 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 #D79250 is Cyan = 0, Magento = 0.32, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 146 | 80 | - |
| CMYK | 0 | 0.32 | 0.63 | 0.16 |
| HSL | 29.33º | 0.63% | 0.58% | - |
| HSV(B) | 29.33º | 0.63% | 0.84% | - |
| XYZ | 39.75 | 35.58 | 12.36 | - |
| YUV | 159.11 | 83.36 | 167.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 146 | 80 | 0 | 0.32 | 0.63 | 0.16 | 29.33 | 0.63 | 0.58 |
| Hex | D7 | 92 | 50 | 0 | 20 | 3F | 10 | 1D | 3F | 3A |
| Octal | 327 | 222 | 120 | 0 | 40 | 77 | 20 | 35 | 77 | 72 |
| Binary | 11010111 | 10010010 | 1010000 | 0 | 100000 | 111111 | 10000 | 11101 | 111111 | 111010 |
Color Harmonies of #D79250
Complementary color
Monochromatic Colors of #D79250
Black with #D79250
Text Example
Text Example
White with #D79250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D79250; }
p { color: rgb(215,146,80); }
H1.HeaderClassName
{
color: #D79250;
}
.AnyTagClassName
{
color: #D79250;
}
</style>
background-color css
<style>
a { background-color: #D79250; }
a { background-color: rgb(215,146,80); }
div.DivClassName
{
background-color: #D79250;
}
.BgClassName
{
background-color: #D79250;
}
</style>
border-color css
<style>
span { border-color: #D79250; }
span { border-color: rgb(215,146,80); }
td.TdClassName
{
border-color: #D79250;
}
.TagClassName
{
border-color: #D79250;
}
</style>