Shades of Whiskey Sour #D58758
Tints of Whiskey Sour #D58758
RGB
CMYK
RGB Variations
Color information
#D58758 (or 0xD58758) is known color: Whiskey Sour. HEX triplet: D5, 87 and 58. RGB value is (213,135,88). Sum of RGB (Red+Green+Blue) = 213+135+88=436 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.85% from 436); Green value is 135 (53.12% from 255 or 30.96% from 436); Blue value is 88 (34.77% from 255 or 20.18% from 436); Max value from RGB is 213 - color contains mainly: red. Hex color #D58758 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58758 is #2A78A7. Grayscale: #999999. Windows color (decimal): -2783400 or 5801941. OLE color: 5801941.
HSL color Cylindrical-coordinate representation of color #D58758: hue angle of 22.56º 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 #D58758 is Cyan = 0, Magento = 0.37, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 135 | 88 | - |
| CMYK | 0 | 0.37 | 0.59 | 0.16 |
| HSL | 22.56º | 0.6% | 0.59% | - |
| HSV(B) | 22.56º | 0.59% | 0.84% | - |
| XYZ | 37.87 | 32.18 | 13.45 | - |
| YUV | 152.96 | 91.34 | 170.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 135 | 88 | 0 | 0.37 | 0.59 | 0.16 | 22.56 | 0.6 | 0.59 |
| Hex | D5 | 87 | 58 | 0 | 25 | 3B | 10 | 17 | 3C | 3B |
| Octal | 325 | 207 | 130 | 0 | 45 | 73 | 20 | 27 | 74 | 73 |
| Binary | 11010101 | 10000111 | 1011000 | 0 | 100101 | 111011 | 10000 | 10111 | 111100 | 111011 |
Color Harmonies of #D58758
Complementary color
Monochromatic Colors of #D58758
Black with #D58758
Text Example
Text Example
White with #D58758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58758; }
p { color: rgb(213,135,88); }
H1.HeaderClassName
{
color: #D58758;
}
.AnyTagClassName
{
color: #D58758;
}
</style>
background-color css
<style>
a { background-color: #D58758; }
a { background-color: rgb(213,135,88); }
div.DivClassName
{
background-color: #D58758;
}
.BgClassName
{
background-color: #D58758;
}
</style>
border-color css
<style>
span { border-color: #D58758; }
span { border-color: rgb(213,135,88); }
td.TdClassName
{
border-color: #D58758;
}
.TagClassName
{
border-color: #D58758;
}
</style>