Shades of Whiskey Sour #D88F5E
Tints of Whiskey Sour #D88F5E
RGB
CMYK
RGB Variations
Color information
#D88F5E (or 0xD88F5E) is known color: Whiskey Sour. HEX triplet: D8, 8F and 5E. RGB value is (216,143,94). Sum of RGB (Red+Green+Blue) = 216+143+94=453 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.68% from 453); Green value is 143 (56.25% from 255 or 31.57% from 453); Blue value is 94 (37.11% from 255 or 20.75% from 453); Max value from RGB is 216 - color contains mainly: red. Hex color #D88F5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D88F5E is #2770A1. Grayscale: #9F9F9F. Windows color (decimal): -2584738 or 6197208. OLE color: 6197208.
HSL color Cylindrical-coordinate representation of color #D88F5E: hue angle of 24.1º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D88F5E is Cyan = 0, Magento = 0.34, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 143 | 94 | - |
| CMYK | 0 | 0.34 | 0.56 | 0.15 |
| HSL | 24.1º | 0.61% | 0.61% | - |
| HSV(B) | 24.1º | 0.56% | 0.85% | - |
| XYZ | 40.16 | 35.05 | 15.24 | - |
| YUV | 159.24 | 91.18 | 168.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 143 | 94 | 0 | 0.34 | 0.56 | 0.15 | 24.1 | 0.61 | 0.61 |
| Hex | D8 | 8F | 5E | 0 | 22 | 38 | F | 18 | 3D | 3D |
| Octal | 330 | 217 | 136 | 0 | 42 | 70 | 17 | 30 | 75 | 75 |
| Binary | 11011000 | 10001111 | 1011110 | 0 | 100010 | 111000 | 1111 | 11000 | 111101 | 111101 |
Color Harmonies of #D88F5E
Complementary color
Monochromatic Colors of #D88F5E
Black with #D88F5E
Text Example
Text Example
White with #D88F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D88F5E; }
p { color: rgb(216,143,94); }
H1.HeaderClassName
{
color: #D88F5E;
}
.AnyTagClassName
{
color: #D88F5E;
}
</style>
background-color css
<style>
a { background-color: #D88F5E; }
a { background-color: rgb(216,143,94); }
div.DivClassName
{
background-color: #D88F5E;
}
.BgClassName
{
background-color: #D88F5E;
}
</style>
border-color css
<style>
span { border-color: #D88F5E; }
span { border-color: rgb(216,143,94); }
td.TdClassName
{
border-color: #D88F5E;
}
.TagClassName
{
border-color: #D88F5E;
}
</style>