Shades of Whiskey Sour #D88E5A
Tints of Whiskey Sour #D88E5A
RGB
CMYK
RGB Variations
Color information
#D88E5A (or 0xD88E5A) is known color: Whiskey Sour. HEX triplet: D8, 8E and 5A. RGB value is (216,142,90). Sum of RGB (Red+Green+Blue) = 216+142+90=448 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.21% from 448); Green value is 142 (55.86% from 255 or 31.70% from 448); Blue value is 90 (35.55% from 255 or 20.09% from 448); Max value from RGB is 216 - color contains mainly: red. Hex color #D88E5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D88E5A is #2771A5. Grayscale: #9E9E9E. Windows color (decimal): -2584998 or 5934808. OLE color: 5934808.
HSL color Cylindrical-coordinate representation of color #D88E5A: hue angle of 24.76º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D88E5A is Cyan = 0, Magento = 0.34, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 142 | 90 | - |
| CMYK | 0 | 0.34 | 0.58 | 0.15 |
| HSL | 24.76º | 0.62% | 0.6% | - |
| HSV(B) | 24.76º | 0.58% | 0.85% | - |
| XYZ | 39.84 | 34.68 | 14.27 | - |
| YUV | 158.2 | 89.52 | 169.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 142 | 90 | 0 | 0.34 | 0.58 | 0.15 | 24.76 | 0.62 | 0.6 |
| Hex | D8 | 8E | 5A | 0 | 22 | 3A | F | 19 | 3E | 3C |
| Octal | 330 | 216 | 132 | 0 | 42 | 72 | 17 | 31 | 76 | 74 |
| Binary | 11011000 | 10001110 | 1011010 | 0 | 100010 | 111010 | 1111 | 11001 | 111110 | 111100 |
Color Harmonies of #D88E5A
Complementary color
Monochromatic Colors of #D88E5A
Black with #D88E5A
Text Example
Text Example
White with #D88E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D88E5A; }
p { color: rgb(216,142,90); }
H1.HeaderClassName
{
color: #D88E5A;
}
.AnyTagClassName
{
color: #D88E5A;
}
</style>
background-color css
<style>
a { background-color: #D88E5A; }
a { background-color: rgb(216,142,90); }
div.DivClassName
{
background-color: #D88E5A;
}
.BgClassName
{
background-color: #D88E5A;
}
</style>
border-color css
<style>
span { border-color: #D88E5A; }
span { border-color: rgb(216,142,90); }
td.TdClassName
{
border-color: #D88E5A;
}
.TagClassName
{
border-color: #D88E5A;
}
</style>