Shades of Whiskey Sour #D59550
Tints of Whiskey Sour #D59550
RGB
CMYK
RGB Variations
Color information
#D59550 (or 0xD59550) is known color: Whiskey Sour. HEX triplet: D5, 95 and 50. RGB value is (213,149,80). Sum of RGB (Red+Green+Blue) = 213+149+80=442 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.19% from 442); Green value is 149 (58.59% from 255 or 33.71% from 442); Blue value is 80 (31.64% from 255 or 18.10% from 442); Max value from RGB is 213 - color contains mainly: red. Hex color #D59550 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59550 is #2A6AAF. Grayscale: #A0A0A0. Windows color (decimal): -2779824 or 5281237. OLE color: 5281237.
HSL color Cylindrical-coordinate representation of color #D59550: hue angle of 31.13º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D59550 is Cyan = 0, Magento = 0.30, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 149 | 80 | - |
| CMYK | 0 | 0.30 | 0.62 | 0.16 |
| HSL | 31.13º | 0.61% | 0.57% | - |
| HSV(B) | 31.13º | 0.62% | 0.84% | - |
| XYZ | 39.64 | 36.22 | 12.49 | - |
| YUV | 160.27 | 82.7 | 165.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 149 | 80 | 0 | 0.30 | 0.62 | 0.16 | 31.13 | 0.61 | 0.57 |
| Hex | D5 | 95 | 50 | 0 | 1E | 3E | 10 | 1F | 3D | 39 |
| Octal | 325 | 225 | 120 | 0 | 36 | 76 | 20 | 37 | 75 | 71 |
| Binary | 11010101 | 10010101 | 1010000 | 0 | 11110 | 111110 | 10000 | 11111 | 111101 | 111001 |
Color Harmonies of #D59550
Complementary color
Monochromatic Colors of #D59550
Black with #D59550
Text Example
Text Example
White with #D59550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59550; }
p { color: rgb(213,149,80); }
H1.HeaderClassName
{
color: #D59550;
}
.AnyTagClassName
{
color: #D59550;
}
</style>
background-color css
<style>
a { background-color: #D59550; }
a { background-color: rgb(213,149,80); }
div.DivClassName
{
background-color: #D59550;
}
.BgClassName
{
background-color: #D59550;
}
</style>
border-color css
<style>
span { border-color: #D59550; }
span { border-color: rgb(213,149,80); }
td.TdClassName
{
border-color: #D59550;
}
.TagClassName
{
border-color: #D59550;
}
</style>