Shades of Whiskey #D89564
Tints of Whiskey #D89564
RGB
CMYK
RGB Variations
Color information
#D89564 (or 0xD89564) is known color: Whiskey. HEX triplet: D8, 95 and 64. RGB value is (216,149,100). Sum of RGB (Red+Green+Blue) = 216+149+100=465 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.45% from 465); Green value is 149 (58.59% from 255 or 32.04% from 465); Blue value is 100 (39.45% from 255 or 21.51% from 465); Max value from RGB is 216 - color contains mainly: red. Hex color #D89564 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D89564 is #276A9B. Grayscale: #A3A3A3. Windows color (decimal): -2583196 or 6591960. OLE color: 6591960.
HSL color Cylindrical-coordinate representation of color #D89564: hue angle of 25.34º 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 #D89564 is Cyan = 0, Magento = 0.31, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 149 | 100 | - |
| CMYK | 0 | 0.31 | 0.54 | 0.15 |
| HSL | 25.34º | 0.6% | 0.62% | - |
| HSV(B) | 25.34º | 0.54% | 0.85% | - |
| XYZ | 41.37 | 37.01 | 17.02 | - |
| YUV | 163.45 | 92.2 | 165.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 149 | 100 | 0 | 0.31 | 0.54 | 0.15 | 25.34 | 0.6 | 0.62 |
| Hex | D8 | 95 | 64 | 0 | 1F | 36 | F | 19 | 3C | 3E |
| Octal | 330 | 225 | 144 | 0 | 37 | 66 | 17 | 31 | 74 | 76 |
| Binary | 11011000 | 10010101 | 1100100 | 0 | 11111 | 110110 | 1111 | 11001 | 111100 | 111110 |
Color Harmonies of #D89564
Complementary color
Monochromatic Colors of #D89564
Black with #D89564
Text Example
Text Example
White with #D89564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89564; }
p { color: rgb(216,149,100); }
H1.HeaderClassName
{
color: #D89564;
}
.AnyTagClassName
{
color: #D89564;
}
</style>
background-color css
<style>
a { background-color: #D89564; }
a { background-color: rgb(216,149,100); }
div.DivClassName
{
background-color: #D89564;
}
.BgClassName
{
background-color: #D89564;
}
</style>
border-color css
<style>
span { border-color: #D89564; }
span { border-color: rgb(216,149,100); }
td.TdClassName
{
border-color: #D89564;
}
.TagClassName
{
border-color: #D89564;
}
</style>