Shades of Whiskey #D89063
Tints of Whiskey #D89063
RGB
CMYK
RGB Variations
Color information
#D89063 (or 0xD89063) is known color: Whiskey. HEX triplet: D8, 90 and 63. RGB value is (216,144,99). Sum of RGB (Red+Green+Blue) = 216+144+99=459 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.06% from 459); Green value is 144 (56.64% from 255 or 31.37% from 459); Blue value is 99 (39.06% from 255 or 21.57% from 459); Max value from RGB is 216 - color contains mainly: red. Hex color #D89063 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D89063 is #276F9C. Grayscale: #A0A0A0. Windows color (decimal): -2584477 or 6525144. OLE color: 6525144.
HSL color Cylindrical-coordinate representation of color #D89063: hue angle of 23.08º 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 #D89063 is Cyan = 0, Magento = 0.33, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 144 | 99 | - |
| CMYK | 0 | 0.33 | 0.54 | 0.15 |
| HSL | 23.08º | 0.6% | 0.62% | - |
| HSV(B) | 23.08º | 0.54% | 0.85% | - |
| XYZ | 40.54 | 35.45 | 16.51 | - |
| YUV | 160.4 | 93.35 | 167.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 144 | 99 | 0 | 0.33 | 0.54 | 0.15 | 23.08 | 0.6 | 0.62 |
| Hex | D8 | 90 | 63 | 0 | 21 | 36 | F | 17 | 3C | 3E |
| Octal | 330 | 220 | 143 | 0 | 41 | 66 | 17 | 27 | 74 | 76 |
| Binary | 11011000 | 10010000 | 1100011 | 0 | 100001 | 110110 | 1111 | 10111 | 111100 | 111110 |
Color Harmonies of #D89063
Complementary color
Monochromatic Colors of #D89063
Black with #D89063
Text Example
Text Example
White with #D89063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89063; }
p { color: rgb(216,144,99); }
H1.HeaderClassName
{
color: #D89063;
}
.AnyTagClassName
{
color: #D89063;
}
</style>
background-color css
<style>
a { background-color: #D89063; }
a { background-color: rgb(216,144,99); }
div.DivClassName
{
background-color: #D89063;
}
.BgClassName
{
background-color: #D89063;
}
</style>
border-color css
<style>
span { border-color: #D89063; }
span { border-color: rgb(216,144,99); }
td.TdClassName
{
border-color: #D89063;
}
.TagClassName
{
border-color: #D89063;
}
</style>