Shades of Whiskey Sour #D88F55
Tints of Whiskey Sour #D88F55
RGB
CMYK
RGB Variations
Color information
#D88F55 (or 0xD88F55) is known color: Whiskey Sour. HEX triplet: D8, 8F and 55. RGB value is (216,143,85). Sum of RGB (Red+Green+Blue) = 216+143+85=444 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.65% from 444); Green value is 143 (56.25% from 255 or 32.21% from 444); Blue value is 85 (33.59% from 255 or 19.14% from 444); Max value from RGB is 216 - color contains mainly: red. Hex color #D88F55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D88F55 is #2770AA. Grayscale: #9E9E9E. Windows color (decimal): -2584747 or 5607384. OLE color: 5607384.
HSL color Cylindrical-coordinate representation of color #D88F55: hue angle of 26.56º 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 #D88F55 is Cyan = 0, Magento = 0.34, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 143 | 85 | - |
| CMYK | 0 | 0.34 | 0.61 | 0.15 |
| HSL | 26.56º | 0.63% | 0.59% | - |
| HSV(B) | 26.56º | 0.61% | 0.85% | - |
| XYZ | 39.78 | 34.9 | 13.23 | - |
| YUV | 158.22 | 86.68 | 169.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 143 | 85 | 0 | 0.34 | 0.61 | 0.15 | 26.56 | 0.63 | 0.59 |
| Hex | D8 | 8F | 55 | 0 | 22 | 3D | F | 1B | 3F | 3B |
| Octal | 330 | 217 | 125 | 0 | 42 | 75 | 17 | 33 | 77 | 73 |
| Binary | 11011000 | 10001111 | 1010101 | 0 | 100010 | 111101 | 1111 | 11011 | 111111 | 111011 |
Color Harmonies of #D88F55
Complementary color
Monochromatic Colors of #D88F55
Black with #D88F55
Text Example
Text Example
White with #D88F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D88F55; }
p { color: rgb(216,143,85); }
H1.HeaderClassName
{
color: #D88F55;
}
.AnyTagClassName
{
color: #D88F55;
}
</style>
background-color css
<style>
a { background-color: #D88F55; }
a { background-color: rgb(216,143,85); }
div.DivClassName
{
background-color: #D88F55;
}
.BgClassName
{
background-color: #D88F55;
}
</style>
border-color css
<style>
span { border-color: #D88F55; }
span { border-color: rgb(216,143,85); }
td.TdClassName
{
border-color: #D88F55;
}
.TagClassName
{
border-color: #D88F55;
}
</style>