Shades of Whiskey Sour #D8885A
Tints of Whiskey Sour #D8885A
RGB
CMYK
RGB Variations
Color information
#D8885A (or 0xD8885A) is known color: Whiskey Sour. HEX triplet: D8, 88 and 5A. RGB value is (216,136,90). Sum of RGB (Red+Green+Blue) = 216+136+90=442 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.87% from 442); Green value is 136 (53.52% from 255 or 30.77% from 442); Blue value is 90 (35.55% from 255 or 20.36% from 442); Max value from RGB is 216 - color contains mainly: red. Hex color #D8885A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8885A is #2777A5. Grayscale: #9A9A9A. Windows color (decimal): -2586534 or 5933272. OLE color: 5933272.
HSL color Cylindrical-coordinate representation of color #D8885A: hue angle of 21.9º 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 #D8885A is Cyan = 0, Magento = 0.37, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 136 | 90 | - |
| CMYK | 0 | 0.37 | 0.58 | 0.15 |
| HSL | 21.9º | 0.62% | 0.6% | - |
| HSV(B) | 21.9º | 0.58% | 0.85% | - |
| XYZ | 38.97 | 32.95 | 13.98 | - |
| YUV | 154.68 | 91.5 | 171.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 136 | 90 | 0 | 0.37 | 0.58 | 0.15 | 21.9 | 0.62 | 0.6 |
| Hex | D8 | 88 | 5A | 0 | 25 | 3A | F | 16 | 3E | 3C |
| Octal | 330 | 210 | 132 | 0 | 45 | 72 | 17 | 26 | 76 | 74 |
| Binary | 11011000 | 10001000 | 1011010 | 0 | 100101 | 111010 | 1111 | 10110 | 111110 | 111100 |
Color Harmonies of #D8885A
Complementary color
Monochromatic Colors of #D8885A
Black with #D8885A
Text Example
Text Example
White with #D8885A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8885A; }
p { color: rgb(216,136,90); }
H1.HeaderClassName
{
color: #D8885A;
}
.AnyTagClassName
{
color: #D8885A;
}
</style>
background-color css
<style>
a { background-color: #D8885A; }
a { background-color: rgb(216,136,90); }
div.DivClassName
{
background-color: #D8885A;
}
.BgClassName
{
background-color: #D8885A;
}
</style>
border-color css
<style>
span { border-color: #D8885A; }
span { border-color: rgb(216,136,90); }
td.TdClassName
{
border-color: #D8885A;
}
.TagClassName
{
border-color: #D8885A;
}
</style>