Shades of Whiskey Sour #D59153
Tints of Whiskey Sour #D59153
RGB
CMYK
RGB Variations
Color information
#D59153 (or 0xD59153) is known color: Whiskey Sour. HEX triplet: D5, 91 and 53. RGB value is (213,145,83). Sum of RGB (Red+Green+Blue) = 213+145+83=441 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.30% from 441); Green value is 145 (57.03% from 255 or 32.88% from 441); Blue value is 83 (32.81% from 255 or 18.82% from 441); Max value from RGB is 213 - color contains mainly: red. Hex color #D59153 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59153 is #2A6EAC. Grayscale: #9E9E9E. Windows color (decimal): -2780845 or 5476821. OLE color: 5476821.
HSL color Cylindrical-coordinate representation of color #D59153: hue angle of 28.62º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D59153 is Cyan = 0, Magento = 0.32, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 145 | 83 | - |
| CMYK | 0 | 0.32 | 0.61 | 0.16 |
| HSL | 28.62º | 0.61% | 0.58% | - |
| HSV(B) | 28.62º | 0.61% | 0.84% | - |
| XYZ | 39.13 | 35.02 | 12.88 | - |
| YUV | 158.26 | 85.53 | 167.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 145 | 83 | 0 | 0.32 | 0.61 | 0.16 | 28.62 | 0.61 | 0.58 |
| Hex | D5 | 91 | 53 | 0 | 20 | 3D | 10 | 1D | 3D | 3A |
| Octal | 325 | 221 | 123 | 0 | 40 | 75 | 20 | 35 | 75 | 72 |
| Binary | 11010101 | 10010001 | 1010011 | 0 | 100000 | 111101 | 10000 | 11101 | 111101 | 111010 |
Color Harmonies of #D59153
Complementary color
Monochromatic Colors of #D59153
Black with #D59153
Text Example
Text Example
White with #D59153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59153; }
p { color: rgb(213,145,83); }
H1.HeaderClassName
{
color: #D59153;
}
.AnyTagClassName
{
color: #D59153;
}
</style>
background-color css
<style>
a { background-color: #D59153; }
a { background-color: rgb(213,145,83); }
div.DivClassName
{
background-color: #D59153;
}
.BgClassName
{
background-color: #D59153;
}
</style>
border-color css
<style>
span { border-color: #D59153; }
span { border-color: rgb(213,145,83); }
td.TdClassName
{
border-color: #D59153;
}
.TagClassName
{
border-color: #D59153;
}
</style>