Shades of Whiskey Sour #D88854
Tints of Whiskey Sour #D88854
RGB
CMYK
RGB Variations
Color information
#D88854 (or 0xD88854) is known color: Whiskey Sour. HEX triplet: D8, 88 and 54. RGB value is (216,136,84). Sum of RGB (Red+Green+Blue) = 216+136+84=436 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.54% from 436); Green value is 136 (53.52% from 255 or 31.19% from 436); Blue value is 84 (33.20% from 255 or 19.27% from 436); Max value from RGB is 216 - color contains mainly: red. Hex color #D88854 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D88854 is #2777AB. Grayscale: #9A9A9A. Windows color (decimal): -2586540 or 5540056. OLE color: 5540056.
HSL color Cylindrical-coordinate representation of color #D88854: hue angle of 23.64º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D88854 is Cyan = 0, Magento = 0.37, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 136 | 84 | - |
| CMYK | 0 | 0.37 | 0.61 | 0.15 |
| HSL | 23.64º | 0.63% | 0.59% | - |
| HSV(B) | 23.64º | 0.61% | 0.85% | - |
| XYZ | 38.72 | 32.85 | 12.69 | - |
| YUV | 153.99 | 88.5 | 172.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 136 | 84 | 0 | 0.37 | 0.61 | 0.15 | 23.64 | 0.63 | 0.59 |
| Hex | D8 | 88 | 54 | 0 | 25 | 3D | F | 18 | 3F | 3B |
| Octal | 330 | 210 | 124 | 0 | 45 | 75 | 17 | 30 | 77 | 73 |
| Binary | 11011000 | 10001000 | 1010100 | 0 | 100101 | 111101 | 1111 | 11000 | 111111 | 111011 |
Color Harmonies of #D88854
Complementary color
Monochromatic Colors of #D88854
Black with #D88854
Text Example
Text Example
White with #D88854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D88854; }
p { color: rgb(216,136,84); }
H1.HeaderClassName
{
color: #D88854;
}
.AnyTagClassName
{
color: #D88854;
}
</style>
background-color css
<style>
a { background-color: #D88854; }
a { background-color: rgb(216,136,84); }
div.DivClassName
{
background-color: #D88854;
}
.BgClassName
{
background-color: #D88854;
}
</style>
border-color css
<style>
span { border-color: #D88854; }
span { border-color: rgb(216,136,84); }
td.TdClassName
{
border-color: #D88854;
}
.TagClassName
{
border-color: #D88854;
}
</style>