Shades of Whiskey Sour #D8895B
Tints of Whiskey Sour #D8895B
RGB
CMYK
RGB Variations
Color information
#D8895B (or 0xD8895B) is known color: Whiskey Sour. HEX triplet: D8, 89 and 5B. RGB value is (216,137,91). Sum of RGB (Red+Green+Blue) = 216+137+91=444 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.65% from 444); Green value is 137 (53.91% from 255 or 30.86% from 444); Blue value is 91 (35.94% from 255 or 20.50% from 444); Max value from RGB is 216 - color contains mainly: red. Hex color #D8895B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8895B is #2776A4. Grayscale: #9B9B9B. Windows color (decimal): -2586277 or 5999064. OLE color: 5999064.
HSL color Cylindrical-coordinate representation of color #D8895B: hue angle of 22.08º 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 #D8895B is Cyan = 0, Magento = 0.37, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 137 | 91 | - |
| CMYK | 0 | 0.37 | 0.58 | 0.15 |
| HSL | 22.08º | 0.62% | 0.6% | - |
| HSV(B) | 22.08º | 0.58% | 0.85% | - |
| XYZ | 39.15 | 33.25 | 14.25 | - |
| YUV | 155.38 | 91.67 | 171.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 137 | 91 | 0 | 0.37 | 0.58 | 0.15 | 22.08 | 0.62 | 0.6 |
| Hex | D8 | 89 | 5B | 0 | 25 | 3A | F | 16 | 3E | 3C |
| Octal | 330 | 211 | 133 | 0 | 45 | 72 | 17 | 26 | 76 | 74 |
| Binary | 11011000 | 10001001 | 1011011 | 0 | 100101 | 111010 | 1111 | 10110 | 111110 | 111100 |
Color Harmonies of #D8895B
Complementary color
Monochromatic Colors of #D8895B
Black with #D8895B
Text Example
Text Example
White with #D8895B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8895B; }
p { color: rgb(216,137,91); }
H1.HeaderClassName
{
color: #D8895B;
}
.AnyTagClassName
{
color: #D8895B;
}
</style>
background-color css
<style>
a { background-color: #D8895B; }
a { background-color: rgb(216,137,91); }
div.DivClassName
{
background-color: #D8895B;
}
.BgClassName
{
background-color: #D8895B;
}
</style>
border-color css
<style>
span { border-color: #D8895B; }
span { border-color: rgb(216,137,91); }
td.TdClassName
{
border-color: #D8895B;
}
.TagClassName
{
border-color: #D8895B;
}
</style>