Shades of Whiskey Sour #D88859
Tints of Whiskey Sour #D88859
RGB
CMYK
RGB Variations
Color information
#D88859 (or 0xD88859) is known color: Whiskey Sour. HEX triplet: D8, 88 and 59. RGB value is (216,136,89). Sum of RGB (Red+Green+Blue) = 216+136+89=441 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.98% from 441); Green value is 136 (53.52% from 255 or 30.84% from 441); Blue value is 89 (35.16% from 255 or 20.18% from 441); Max value from RGB is 216 - color contains mainly: red. Hex color #D88859 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D88859 is #2777A6. Grayscale: #9A9A9A. Windows color (decimal): -2586535 or 5867736. OLE color: 5867736.
HSL color Cylindrical-coordinate representation of color #D88859: hue angle of 22.2º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D88859 is Cyan = 0, Magento = 0.37, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 136 | 89 | - |
| CMYK | 0 | 0.37 | 0.59 | 0.15 |
| HSL | 22.2º | 0.62% | 0.6% | - |
| HSV(B) | 22.2º | 0.59% | 0.85% | - |
| XYZ | 38.93 | 32.93 | 13.76 | - |
| YUV | 154.56 | 91 | 171.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 136 | 89 | 0 | 0.37 | 0.59 | 0.15 | 22.2 | 0.62 | 0.6 |
| Hex | D8 | 88 | 59 | 0 | 25 | 3B | F | 16 | 3E | 3C |
| Octal | 330 | 210 | 131 | 0 | 45 | 73 | 17 | 26 | 76 | 74 |
| Binary | 11011000 | 10001000 | 1011001 | 0 | 100101 | 111011 | 1111 | 10110 | 111110 | 111100 |
Color Harmonies of #D88859
Complementary color
Monochromatic Colors of #D88859
Black with #D88859
Text Example
Text Example
White with #D88859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D88859; }
p { color: rgb(216,136,89); }
H1.HeaderClassName
{
color: #D88859;
}
.AnyTagClassName
{
color: #D88859;
}
</style>
background-color css
<style>
a { background-color: #D88859; }
a { background-color: rgb(216,136,89); }
div.DivClassName
{
background-color: #D88859;
}
.BgClassName
{
background-color: #D88859;
}
</style>
border-color css
<style>
span { border-color: #D88859; }
span { border-color: rgb(216,136,89); }
td.TdClassName
{
border-color: #D88859;
}
.TagClassName
{
border-color: #D88859;
}
</style>