Shades of Whiskey Sour #D58556
Tints of Whiskey Sour #D58556
RGB
CMYK
RGB Variations
Color information
#D58556 (or 0xD58556) is known color: Whiskey Sour. HEX triplet: D5, 85 and 56. RGB value is (213,133,86). Sum of RGB (Red+Green+Blue) = 213+133+86=432 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.31% from 432); Green value is 133 (52.34% from 255 or 30.79% from 432); Blue value is 86 (33.98% from 255 or 19.91% from 432); Max value from RGB is 213 - color contains mainly: red. Hex color #D58556 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58556 is #2A7AA9. Grayscale: #979797. Windows color (decimal): -2783914 or 5670357. OLE color: 5670357.
HSL color Cylindrical-coordinate representation of color #D58556: hue angle of 22.2º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D58556 is Cyan = 0, Magento = 0.38, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 133 | 86 | - |
| CMYK | 0 | 0.38 | 0.60 | 0.16 |
| HSL | 22.2º | 0.6% | 0.59% | - |
| HSV(B) | 22.2º | 0.6% | 0.84% | - |
| XYZ | 37.51 | 31.59 | 12.93 | - |
| YUV | 151.56 | 91 | 171.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 133 | 86 | 0 | 0.38 | 0.60 | 0.16 | 22.2 | 0.6 | 0.59 |
| Hex | D5 | 85 | 56 | 0 | 26 | 3C | 10 | 16 | 3C | 3B |
| Octal | 325 | 205 | 126 | 0 | 46 | 74 | 20 | 26 | 74 | 73 |
| Binary | 11010101 | 10000101 | 1010110 | 0 | 100110 | 111100 | 10000 | 10110 | 111100 | 111011 |
Color Harmonies of #D58556
Complementary color
Monochromatic Colors of #D58556
Black with #D58556
Text Example
Text Example
White with #D58556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58556; }
p { color: rgb(213,133,86); }
H1.HeaderClassName
{
color: #D58556;
}
.AnyTagClassName
{
color: #D58556;
}
</style>
background-color css
<style>
a { background-color: #D58556; }
a { background-color: rgb(213,133,86); }
div.DivClassName
{
background-color: #D58556;
}
.BgClassName
{
background-color: #D58556;
}
</style>
border-color css
<style>
span { border-color: #D58556; }
span { border-color: rgb(213,133,86); }
td.TdClassName
{
border-color: #D58556;
}
.TagClassName
{
border-color: #D58556;
}
</style>