Shades of Whiskey Sour #D79251
Tints of Whiskey Sour #D79251
RGB
CMYK
RGB Variations
Color information
#D79251 (or 0xD79251) is known color: Whiskey Sour. HEX triplet: D7, 92 and 51. RGB value is (215,146,81). Sum of RGB (Red+Green+Blue) = 215+146+81=442 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.64% from 442); Green value is 146 (57.42% from 255 or 33.03% from 442); Blue value is 81 (32.03% from 255 or 18.33% from 442); Max value from RGB is 215 - color contains mainly: red. Hex color #D79251 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D79251 is #286DAE. Grayscale: #9F9F9F. Windows color (decimal): -2649519 or 5346007. OLE color: 5346007.
HSL color Cylindrical-coordinate representation of color #D79251: hue angle of 29.1º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D79251 is Cyan = 0, Magento = 0.32, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 146 | 81 | - |
| CMYK | 0 | 0.32 | 0.62 | 0.16 |
| HSL | 29.1º | 0.63% | 0.58% | - |
| HSV(B) | 29.1º | 0.62% | 0.84% | - |
| XYZ | 39.79 | 35.6 | 12.56 | - |
| YUV | 159.22 | 83.86 | 167.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 146 | 81 | 0 | 0.32 | 0.62 | 0.16 | 29.1 | 0.63 | 0.58 |
| Hex | D7 | 92 | 51 | 0 | 20 | 3E | 10 | 1D | 3F | 3A |
| Octal | 327 | 222 | 121 | 0 | 40 | 76 | 20 | 35 | 77 | 72 |
| Binary | 11010111 | 10010010 | 1010001 | 0 | 100000 | 111110 | 10000 | 11101 | 111111 | 111010 |
Color Harmonies of #D79251
Complementary color
Monochromatic Colors of #D79251
Black with #D79251
Text Example
Text Example
White with #D79251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D79251; }
p { color: rgb(215,146,81); }
H1.HeaderClassName
{
color: #D79251;
}
.AnyTagClassName
{
color: #D79251;
}
</style>
background-color css
<style>
a { background-color: #D79251; }
a { background-color: rgb(215,146,81); }
div.DivClassName
{
background-color: #D79251;
}
.BgClassName
{
background-color: #D79251;
}
</style>
border-color css
<style>
span { border-color: #D79251; }
span { border-color: rgb(215,146,81); }
td.TdClassName
{
border-color: #D79251;
}
.TagClassName
{
border-color: #D79251;
}
</style>