Shades of Whiskey Sour #D58854
Tints of Whiskey Sour #D58854
RGB
CMYK
RGB Variations
Color information
#D58854 (or 0xD58854) is known color: Whiskey Sour. HEX triplet: D5, 88 and 54. RGB value is (213,136,84). Sum of RGB (Red+Green+Blue) = 213+136+84=433 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.19% from 433); Green value is 136 (53.52% from 255 or 31.41% from 433); Blue value is 84 (33.20% from 255 or 19.40% from 433); Max value from RGB is 213 - color contains mainly: red. Hex color #D58854 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58854 is #2A77AB. Grayscale: #999999. Windows color (decimal): -2783148 or 5540053. OLE color: 5540053.
HSL color Cylindrical-coordinate representation of color #D58854: hue angle of 24.19º 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 #D58854 is Cyan = 0, Magento = 0.36, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 136 | 84 | - |
| CMYK | 0 | 0.36 | 0.61 | 0.16 |
| HSL | 24.19º | 0.61% | 0.58% | - |
| HSV(B) | 24.19º | 0.61% | 0.84% | - |
| XYZ | 37.84 | 32.39 | 12.65 | - |
| YUV | 153.1 | 89.01 | 170.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 136 | 84 | 0 | 0.36 | 0.61 | 0.16 | 24.19 | 0.61 | 0.58 |
| Hex | D5 | 88 | 54 | 0 | 24 | 3D | 10 | 18 | 3D | 3A |
| Octal | 325 | 210 | 124 | 0 | 44 | 75 | 20 | 30 | 75 | 72 |
| Binary | 11010101 | 10001000 | 1010100 | 0 | 100100 | 111101 | 10000 | 11000 | 111101 | 111010 |
Color Harmonies of #D58854
Complementary color
Monochromatic Colors of #D58854
Black with #D58854
Text Example
Text Example
White with #D58854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58854; }
p { color: rgb(213,136,84); }
H1.HeaderClassName
{
color: #D58854;
}
.AnyTagClassName
{
color: #D58854;
}
</style>
background-color css
<style>
a { background-color: #D58854; }
a { background-color: rgb(213,136,84); }
div.DivClassName
{
background-color: #D58854;
}
.BgClassName
{
background-color: #D58854;
}
</style>
border-color css
<style>
span { border-color: #D58854; }
span { border-color: rgb(213,136,84); }
td.TdClassName
{
border-color: #D58854;
}
.TagClassName
{
border-color: #D58854;
}
</style>