Shades of Whiskey #D89363
Tints of Whiskey #D89363
RGB
CMYK
RGB Variations
Color information
#D89363 (or 0xD89363) is known color: Whiskey. HEX triplet: D8, 93 and 63. RGB value is (216,147,99). Sum of RGB (Red+Green+Blue) = 216+147+99=462 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.75% from 462); Green value is 147 (57.81% from 255 or 31.82% from 462); Blue value is 99 (39.06% from 255 or 21.43% from 462); Max value from RGB is 216 - color contains mainly: red. Hex color #D89363 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D89363 is #276C9C. Grayscale: #A2A2A2. Windows color (decimal): -2583709 or 6525912. OLE color: 6525912.
HSL color Cylindrical-coordinate representation of color #D89363: hue angle of 24.62º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D89363 is Cyan = 0, Magento = 0.32, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 147 | 99 | - |
| CMYK | 0 | 0.32 | 0.54 | 0.15 |
| HSL | 24.62º | 0.6% | 0.62% | - |
| HSV(B) | 24.62º | 0.54% | 0.85% | - |
| XYZ | 41 | 36.37 | 16.66 | - |
| YUV | 162.16 | 92.36 | 166.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 147 | 99 | 0 | 0.32 | 0.54 | 0.15 | 24.62 | 0.6 | 0.62 |
| Hex | D8 | 93 | 63 | 0 | 20 | 36 | F | 19 | 3C | 3E |
| Octal | 330 | 223 | 143 | 0 | 40 | 66 | 17 | 31 | 74 | 76 |
| Binary | 11011000 | 10010011 | 1100011 | 0 | 100000 | 110110 | 1111 | 11001 | 111100 | 111110 |
Color Harmonies of #D89363
Complementary color
Monochromatic Colors of #D89363
Black with #D89363
Text Example
Text Example
White with #D89363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89363; }
p { color: rgb(216,147,99); }
H1.HeaderClassName
{
color: #D89363;
}
.AnyTagClassName
{
color: #D89363;
}
</style>
background-color css
<style>
a { background-color: #D89363; }
a { background-color: rgb(216,147,99); }
div.DivClassName
{
background-color: #D89363;
}
.BgClassName
{
background-color: #D89363;
}
</style>
border-color css
<style>
span { border-color: #D89363; }
span { border-color: rgb(216,147,99); }
td.TdClassName
{
border-color: #D89363;
}
.TagClassName
{
border-color: #D89363;
}
</style>