Shades of Whiskey Sour #D59557
Tints of Whiskey Sour #D59557
RGB
CMYK
RGB Variations
Color information
#D59557 (or 0xD59557) is known color: Whiskey Sour. HEX triplet: D5, 95 and 57. RGB value is (213,149,87). Sum of RGB (Red+Green+Blue) = 213+149+87=449 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.44% from 449); Green value is 149 (58.59% from 255 or 33.18% from 449); Blue value is 87 (34.38% from 255 or 19.38% from 449); Max value from RGB is 213 - color contains mainly: red. Hex color #D59557 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59557 is #2A6AA8. Grayscale: #A1A1A1. Windows color (decimal): -2779817 or 5739989. OLE color: 5739989.
HSL color Cylindrical-coordinate representation of color #D59557: hue angle of 29.52º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D59557 is Cyan = 0, Magento = 0.30, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 149 | 87 | - |
| CMYK | 0 | 0.30 | 0.59 | 0.16 |
| HSL | 29.52º | 0.6% | 0.59% | - |
| HSV(B) | 29.52º | 0.59% | 0.84% | - |
| XYZ | 39.91 | 36.33 | 13.93 | - |
| YUV | 161.07 | 86.2 | 165.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 149 | 87 | 0 | 0.30 | 0.59 | 0.16 | 29.52 | 0.6 | 0.59 |
| Hex | D5 | 95 | 57 | 0 | 1E | 3B | 10 | 1E | 3C | 3B |
| Octal | 325 | 225 | 127 | 0 | 36 | 73 | 20 | 36 | 74 | 73 |
| Binary | 11010101 | 10010101 | 1010111 | 0 | 11110 | 111011 | 10000 | 11110 | 111100 | 111011 |
Color Harmonies of #D59557
Complementary color
Monochromatic Colors of #D59557
Black with #D59557
Text Example
Text Example
White with #D59557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59557; }
p { color: rgb(213,149,87); }
H1.HeaderClassName
{
color: #D59557;
}
.AnyTagClassName
{
color: #D59557;
}
</style>
background-color css
<style>
a { background-color: #D59557; }
a { background-color: rgb(213,149,87); }
div.DivClassName
{
background-color: #D59557;
}
.BgClassName
{
background-color: #D59557;
}
</style>
border-color css
<style>
span { border-color: #D59557; }
span { border-color: rgb(213,149,87); }
td.TdClassName
{
border-color: #D59557;
}
.TagClassName
{
border-color: #D59557;
}
</style>