Shades of Whiskey Sour #D8885B
Tints of Whiskey Sour #D8885B
RGB
CMYK
RGB Variations
Color information
#D8885B (or 0xD8885B) is known color: Whiskey Sour. HEX triplet: D8, 88 and 5B. RGB value is (216,136,91). Sum of RGB (Red+Green+Blue) = 216+136+91=443 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.76% from 443); Green value is 136 (53.52% from 255 or 30.70% from 443); Blue value is 91 (35.94% from 255 or 20.54% from 443); Max value from RGB is 216 - color contains mainly: red. Hex color #D8885B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8885B is #2777A4. Grayscale: #9B9B9B. Windows color (decimal): -2586533 or 5998808. OLE color: 5998808.
HSL color Cylindrical-coordinate representation of color #D8885B: hue angle of 21.6º 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 #D8885B is Cyan = 0, Magento = 0.37, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 136 | 91 | - |
| CMYK | 0 | 0.37 | 0.58 | 0.15 |
| HSL | 21.6º | 0.62% | 0.6% | - |
| HSV(B) | 21.6º | 0.58% | 0.85% | - |
| XYZ | 39.01 | 32.96 | 14.2 | - |
| YUV | 154.79 | 92 | 171.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 136 | 91 | 0 | 0.37 | 0.58 | 0.15 | 21.6 | 0.62 | 0.6 |
| Hex | D8 | 88 | 5B | 0 | 25 | 3A | F | 16 | 3E | 3C |
| Octal | 330 | 210 | 133 | 0 | 45 | 72 | 17 | 26 | 76 | 74 |
| Binary | 11011000 | 10001000 | 1011011 | 0 | 100101 | 111010 | 1111 | 10110 | 111110 | 111100 |
Color Harmonies of #D8885B
Complementary color
Monochromatic Colors of #D8885B
Black with #D8885B
Text Example
Text Example
White with #D8885B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8885B; }
p { color: rgb(216,136,91); }
H1.HeaderClassName
{
color: #D8885B;
}
.AnyTagClassName
{
color: #D8885B;
}
</style>
background-color css
<style>
a { background-color: #D8885B; }
a { background-color: rgb(216,136,91); }
div.DivClassName
{
background-color: #D8885B;
}
.BgClassName
{
background-color: #D8885B;
}
</style>
border-color css
<style>
span { border-color: #D8885B; }
span { border-color: rgb(216,136,91); }
td.TdClassName
{
border-color: #D8885B;
}
.TagClassName
{
border-color: #D8885B;
}
</style>