Shades of Whiskey Sour #D59360
Tints of Whiskey Sour #D59360
RGB
CMYK
RGB Variations
Color information
#D59360 (or 0xD59360) is known color: Whiskey Sour. HEX triplet: D5, 93 and 60. RGB value is (213,147,96). Sum of RGB (Red+Green+Blue) = 213+147+96=456 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.71% from 456); Green value is 147 (57.81% from 255 or 32.24% from 456); Blue value is 96 (37.89% from 255 or 21.05% from 456); Max value from RGB is 213 - color contains mainly: red. Hex color #D59360 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59360 is #2A6C9F. Grayscale: #A1A1A1. Windows color (decimal): -2780320 or 6329301. OLE color: 6329301.
HSL color Cylindrical-coordinate representation of color #D59360: hue angle of 26.15º 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 #D59360 is Cyan = 0, Magento = 0.31, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 147 | 96 | - |
| CMYK | 0 | 0.31 | 0.55 | 0.16 |
| HSL | 26.15º | 0.58% | 0.61% | - |
| HSV(B) | 26.15º | 0.55% | 0.84% | - |
| XYZ | 39.99 | 35.86 | 15.88 | - |
| YUV | 160.92 | 91.37 | 165.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 147 | 96 | 0 | 0.31 | 0.55 | 0.16 | 26.15 | 0.58 | 0.61 |
| Hex | D5 | 93 | 60 | 0 | 1F | 37 | 10 | 1A | 3A | 3D |
| Octal | 325 | 223 | 140 | 0 | 37 | 67 | 20 | 32 | 72 | 75 |
| Binary | 11010101 | 10010011 | 1100000 | 0 | 11111 | 110111 | 10000 | 11010 | 111010 | 111101 |
Color Harmonies of #D59360
Complementary color
Monochromatic Colors of #D59360
Black with #D59360
Text Example
Text Example
White with #D59360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59360; }
p { color: rgb(213,147,96); }
H1.HeaderClassName
{
color: #D59360;
}
.AnyTagClassName
{
color: #D59360;
}
</style>
background-color css
<style>
a { background-color: #D59360; }
a { background-color: rgb(213,147,96); }
div.DivClassName
{
background-color: #D59360;
}
.BgClassName
{
background-color: #D59360;
}
</style>
border-color css
<style>
span { border-color: #D59360; }
span { border-color: rgb(213,147,96); }
td.TdClassName
{
border-color: #D59360;
}
.TagClassName
{
border-color: #D59360;
}
</style>