Shades of Whiskey Sour #D79256
Tints of Whiskey Sour #D79256
RGB
CMYK
RGB Variations
Color information
#D79256 (or 0xD79256) is known color: Whiskey Sour. HEX triplet: D7, 92 and 56. RGB value is (215,146,86). Sum of RGB (Red+Green+Blue) = 215+146+86=447 (59% of max value = 765). Red value is 215 (84.38% from 255 or 48.10% from 447); Green value is 146 (57.42% from 255 or 32.66% from 447); Blue value is 86 (33.98% from 255 or 19.24% from 447); Max value from RGB is 215 - color contains mainly: red. Hex color #D79256 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D79256 is #286DA9. Grayscale: #A0A0A0. Windows color (decimal): -2649514 or 5673687. OLE color: 5673687.
HSL color Cylindrical-coordinate representation of color #D79256: hue angle of 27.91º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D79256 is Cyan = 0, Magento = 0.32, Yellow = 0.6 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 146 | 86 | - |
| CMYK | 0 | 0.32 | 0.6 | 0.16 |
| HSL | 27.91º | 0.62% | 0.59% | - |
| HSV(B) | 27.91º | 0.6% | 0.84% | - |
| XYZ | 39.98 | 35.68 | 13.58 | - |
| YUV | 159.79 | 86.36 | 167.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 146 | 86 | 0 | 0.32 | 0.6 | 0.16 | 27.91 | 0.62 | 0.59 |
| Hex | D7 | 92 | 56 | 0 | 20 | 3C | 10 | 1C | 3E | 3B |
| Octal | 327 | 222 | 126 | 0 | 40 | 74 | 20 | 34 | 76 | 73 |
| Binary | 11010111 | 10010010 | 1010110 | 0 | 100000 | 111100 | 10000 | 11100 | 111110 | 111011 |
Color Harmonies of #D79256
Complementary color
Monochromatic Colors of #D79256
Black with #D79256
Text Example
Text Example
White with #D79256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D79256; }
p { color: rgb(215,146,86); }
H1.HeaderClassName
{
color: #D79256;
}
.AnyTagClassName
{
color: #D79256;
}
</style>
background-color css
<style>
a { background-color: #D79256; }
a { background-color: rgb(215,146,86); }
div.DivClassName
{
background-color: #D79256;
}
.BgClassName
{
background-color: #D79256;
}
</style>
border-color css
<style>
span { border-color: #D79256; }
span { border-color: rgb(215,146,86); }
td.TdClassName
{
border-color: #D79256;
}
.TagClassName
{
border-color: #D79256;
}
</style>