Shades of Whiskey Sour #D59758
Tints of Whiskey Sour #D59758
RGB
CMYK
RGB Variations
Color information
#D59758 (or 0xD59758) is known color: Whiskey Sour. HEX triplet: D5, 97 and 58. RGB value is (213,151,88). Sum of RGB (Red+Green+Blue) = 213+151+88=452 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.12% from 452); Green value is 151 (59.38% from 255 or 33.41% from 452); Blue value is 88 (34.77% from 255 or 19.47% from 452); Max value from RGB is 213 - color contains mainly: red. Hex color #D59758 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59758 is #2A68A7. Grayscale: #A2A2A2. Windows color (decimal): -2779304 or 5806037. OLE color: 5806037.
HSL color Cylindrical-coordinate representation of color #D59758: hue angle of 30.24º 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 #D59758 is Cyan = 0, Magento = 0.29, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 151 | 88 | - |
| CMYK | 0 | 0.29 | 0.59 | 0.16 |
| HSL | 30.24º | 0.6% | 0.59% | - |
| HSV(B) | 30.24º | 0.59% | 0.84% | - |
| XYZ | 40.27 | 36.98 | 14.25 | - |
| YUV | 162.36 | 86.04 | 164.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 151 | 88 | 0 | 0.29 | 0.59 | 0.16 | 30.24 | 0.6 | 0.59 |
| Hex | D5 | 97 | 58 | 0 | 1D | 3B | 10 | 1E | 3C | 3B |
| Octal | 325 | 227 | 130 | 0 | 35 | 73 | 20 | 36 | 74 | 73 |
| Binary | 11010101 | 10010111 | 1011000 | 0 | 11101 | 111011 | 10000 | 11110 | 111100 | 111011 |
Color Harmonies of #D59758
Complementary color
Monochromatic Colors of #D59758
Black with #D59758
Text Example
Text Example
White with #D59758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59758; }
p { color: rgb(213,151,88); }
H1.HeaderClassName
{
color: #D59758;
}
.AnyTagClassName
{
color: #D59758;
}
</style>
background-color css
<style>
a { background-color: #D59758; }
a { background-color: rgb(213,151,88); }
div.DivClassName
{
background-color: #D59758;
}
.BgClassName
{
background-color: #D59758;
}
</style>
border-color css
<style>
span { border-color: #D59758; }
span { border-color: rgb(213,151,88); }
td.TdClassName
{
border-color: #D59758;
}
.TagClassName
{
border-color: #D59758;
}
</style>