Shades of Whiskey Sour #D58856
Tints of Whiskey Sour #D58856
RGB
CMYK
RGB Variations
Color information
#D58856 (or 0xD58856) is known color: Whiskey Sour. HEX triplet: D5, 88 and 56. RGB value is (213,136,86). Sum of RGB (Red+Green+Blue) = 213+136+86=435 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.97% from 435); Green value is 136 (53.52% from 255 or 31.26% from 435); Blue value is 86 (33.98% from 255 or 19.77% from 435); Max value from RGB is 213 - color contains mainly: red. Hex color #D58856 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58856 is #2A77A9. Grayscale: #999999. Windows color (decimal): -2783146 or 5671125. OLE color: 5671125.
HSL color Cylindrical-coordinate representation of color #D58856: hue angle of 23.62º 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 #D58856 is Cyan = 0, Magento = 0.36, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 136 | 86 | - |
| CMYK | 0 | 0.36 | 0.60 | 0.16 |
| HSL | 23.62º | 0.6% | 0.59% | - |
| HSV(B) | 23.62º | 0.6% | 0.84% | - |
| XYZ | 37.92 | 32.43 | 13.06 | - |
| YUV | 153.32 | 90.01 | 170.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 136 | 86 | 0 | 0.36 | 0.60 | 0.16 | 23.62 | 0.6 | 0.59 |
| Hex | D5 | 88 | 56 | 0 | 24 | 3C | 10 | 18 | 3C | 3B |
| Octal | 325 | 210 | 126 | 0 | 44 | 74 | 20 | 30 | 74 | 73 |
| Binary | 11010101 | 10001000 | 1010110 | 0 | 100100 | 111100 | 10000 | 11000 | 111100 | 111011 |
Color Harmonies of #D58856
Complementary color
Monochromatic Colors of #D58856
Black with #D58856
Text Example
Text Example
White with #D58856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58856; }
p { color: rgb(213,136,86); }
H1.HeaderClassName
{
color: #D58856;
}
.AnyTagClassName
{
color: #D58856;
}
</style>
background-color css
<style>
a { background-color: #D58856; }
a { background-color: rgb(213,136,86); }
div.DivClassName
{
background-color: #D58856;
}
.BgClassName
{
background-color: #D58856;
}
</style>
border-color css
<style>
span { border-color: #D58856; }
span { border-color: rgb(213,136,86); }
td.TdClassName
{
border-color: #D58856;
}
.TagClassName
{
border-color: #D58856;
}
</style>