Shades of Whiskey Sour #D59560
Tints of Whiskey Sour #D59560
RGB
CMYK
RGB Variations
Color information
#D59560 (or 0xD59560) is known color: Whiskey Sour. HEX triplet: D5, 95 and 60. RGB value is (213,149,96). Sum of RGB (Red+Green+Blue) = 213+149+96=458 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.51% from 458); Green value is 149 (58.59% from 255 or 32.53% from 458); Blue value is 96 (37.89% from 255 or 20.96% from 458); Max value from RGB is 213 - color contains mainly: red. Hex color #D59560 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59560 is #2A6A9F. Grayscale: #A2A2A2. Windows color (decimal): -2779808 or 6329813. OLE color: 6329813.
HSL color Cylindrical-coordinate representation of color #D59560: hue angle of 27.18º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D59560 is Cyan = 0, Magento = 0.30, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 149 | 96 | - |
| CMYK | 0 | 0.30 | 0.55 | 0.16 |
| HSL | 27.18º | 0.58% | 0.61% | - |
| HSV(B) | 27.18º | 0.55% | 0.84% | - |
| XYZ | 40.3 | 36.49 | 15.98 | - |
| YUV | 162.09 | 90.7 | 164.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 149 | 96 | 0 | 0.30 | 0.55 | 0.16 | 27.18 | 0.58 | 0.61 |
| Hex | D5 | 95 | 60 | 0 | 1E | 37 | 10 | 1B | 3A | 3D |
| Octal | 325 | 225 | 140 | 0 | 36 | 67 | 20 | 33 | 72 | 75 |
| Binary | 11010101 | 10010101 | 1100000 | 0 | 11110 | 110111 | 10000 | 11011 | 111010 | 111101 |
Color Harmonies of #D59560
Complementary color
Monochromatic Colors of #D59560
Black with #D59560
Text Example
Text Example
White with #D59560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59560; }
p { color: rgb(213,149,96); }
H1.HeaderClassName
{
color: #D59560;
}
.AnyTagClassName
{
color: #D59560;
}
</style>
background-color css
<style>
a { background-color: #D59560; }
a { background-color: rgb(213,149,96); }
div.DivClassName
{
background-color: #D59560;
}
.BgClassName
{
background-color: #D59560;
}
</style>
border-color css
<style>
span { border-color: #D59560; }
span { border-color: rgb(213,149,96); }
td.TdClassName
{
border-color: #D59560;
}
.TagClassName
{
border-color: #D59560;
}
</style>