Shades of Whiskey Sour #D59156
Tints of Whiskey Sour #D59156
RGB
CMYK
RGB Variations
Color information
#D59156 (or 0xD59156) is known color: Whiskey Sour. HEX triplet: D5, 91 and 56. RGB value is (213,145,86). Sum of RGB (Red+Green+Blue) = 213+145+86=444 (58% of max value = 765). Red value is 213 (83.59% from 255 or 47.97% from 444); Green value is 145 (57.03% from 255 or 32.66% from 444); Blue value is 86 (33.98% from 255 or 19.37% from 444); Max value from RGB is 213 - color contains mainly: red. Hex color #D59156 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59156 is #2A6EA9. Grayscale: #9E9E9E. Windows color (decimal): -2780842 or 5673429. OLE color: 5673429.
HSL color Cylindrical-coordinate representation of color #D59156: hue angle of 27.87º degrees, saturation: 0.6, 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 #D59156 is Cyan = 0, Magento = 0.32, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 145 | 86 | - |
| CMYK | 0 | 0.32 | 0.60 | 0.16 |
| HSL | 27.87º | 0.6% | 0.59% | - |
| HSV(B) | 27.87º | 0.6% | 0.84% | - |
| XYZ | 39.25 | 35.07 | 13.5 | - |
| YUV | 158.61 | 87.03 | 166.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 145 | 86 | 0 | 0.32 | 0.60 | 0.16 | 27.87 | 0.6 | 0.59 |
| Hex | D5 | 91 | 56 | 0 | 20 | 3C | 10 | 1C | 3C | 3B |
| Octal | 325 | 221 | 126 | 0 | 40 | 74 | 20 | 34 | 74 | 73 |
| Binary | 11010101 | 10010001 | 1010110 | 0 | 100000 | 111100 | 10000 | 11100 | 111100 | 111011 |
Color Harmonies of #D59156
Complementary color
Monochromatic Colors of #D59156
Black with #D59156
Text Example
Text Example
White with #D59156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59156; }
p { color: rgb(213,145,86); }
H1.HeaderClassName
{
color: #D59156;
}
.AnyTagClassName
{
color: #D59156;
}
</style>
background-color css
<style>
a { background-color: #D59156; }
a { background-color: rgb(213,145,86); }
div.DivClassName
{
background-color: #D59156;
}
.BgClassName
{
background-color: #D59156;
}
</style>
border-color css
<style>
span { border-color: #D59156; }
span { border-color: rgb(213,145,86); }
td.TdClassName
{
border-color: #D59156;
}
.TagClassName
{
border-color: #D59156;
}
</style>