Shades of Whiskey Sour #D88E50
Tints of Whiskey Sour #D88E50
RGB
CMYK
RGB Variations
Color information
#D88E50 (or 0xD88E50) is known color: Whiskey Sour. HEX triplet: D8, 8E and 50. RGB value is (216,142,80). Sum of RGB (Red+Green+Blue) = 216+142+80=438 (58% of max value = 765). Red value is 216 (84.77% from 255 or 49.32% from 438); Green value is 142 (55.86% from 255 or 32.42% from 438); Blue value is 80 (31.64% from 255 or 18.26% from 438); Max value from RGB is 216 - color contains mainly: red. Hex color #D88E50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D88E50 is #2771AF. Grayscale: #9D9D9D. Windows color (decimal): -2585008 or 5279448. OLE color: 5279448.
HSL color Cylindrical-coordinate representation of color #D88E50: hue angle of 27.35º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D88E50 is Cyan = 0, Magento = 0.34, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 142 | 80 | - |
| CMYK | 0 | 0.34 | 0.63 | 0.15 |
| HSL | 27.35º | 0.64% | 0.58% | - |
| HSV(B) | 27.35º | 0.63% | 0.85% | - |
| XYZ | 39.44 | 34.52 | 12.17 | - |
| YUV | 157.06 | 84.52 | 170.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 142 | 80 | 0 | 0.34 | 0.63 | 0.15 | 27.35 | 0.64 | 0.58 |
| Hex | D8 | 8E | 50 | 0 | 22 | 3F | F | 1B | 40 | 3A |
| Octal | 330 | 216 | 120 | 0 | 42 | 77 | 17 | 33 | 100 | 72 |
| Binary | 11011000 | 10001110 | 1010000 | 0 | 100010 | 111111 | 1111 | 11011 | 1000000 | 111010 |
Color Harmonies of #D88E50
Complementary color
Monochromatic Colors of #D88E50
Black with #D88E50
Text Example
Text Example
White with #D88E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D88E50; }
p { color: rgb(216,142,80); }
H1.HeaderClassName
{
color: #D88E50;
}
.AnyTagClassName
{
color: #D88E50;
}
</style>
background-color css
<style>
a { background-color: #D88E50; }
a { background-color: rgb(216,142,80); }
div.DivClassName
{
background-color: #D88E50;
}
.BgClassName
{
background-color: #D88E50;
}
</style>
border-color css
<style>
span { border-color: #D88E50; }
span { border-color: rgb(216,142,80); }
td.TdClassName
{
border-color: #D88E50;
}
.TagClassName
{
border-color: #D88E50;
}
</style>