Shades of Whiskey #D89066
Tints of Whiskey #D89066
RGB
CMYK
RGB Variations
Color information
#D89066 (or 0xD89066) is known color: Whiskey. HEX triplet: D8, 90 and 66. RGB value is (216,144,102). Sum of RGB (Red+Green+Blue) = 216+144+102=462 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.75% from 462); Green value is 144 (56.64% from 255 or 31.17% from 462); Blue value is 102 (40.23% from 255 or 22.08% from 462); Max value from RGB is 216 - color contains mainly: red. Hex color #D89066 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D89066 is #276F99. Grayscale: #A0A0A0. Windows color (decimal): -2584474 or 6721752. OLE color: 6721752.
HSL color Cylindrical-coordinate representation of color #D89066: hue angle of 22.11º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D89066 is Cyan = 0, Magento = 0.33, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 144 | 102 | - |
| CMYK | 0 | 0.33 | 0.53 | 0.15 |
| HSL | 22.11º | 0.59% | 0.62% | - |
| HSV(B) | 22.11º | 0.53% | 0.85% | - |
| XYZ | 40.69 | 35.5 | 17.28 | - |
| YUV | 160.74 | 94.85 | 167.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 144 | 102 | 0 | 0.33 | 0.53 | 0.15 | 22.11 | 0.59 | 0.62 |
| Hex | D8 | 90 | 66 | 0 | 21 | 35 | F | 16 | 3B | 3E |
| Octal | 330 | 220 | 146 | 0 | 41 | 65 | 17 | 26 | 73 | 76 |
| Binary | 11011000 | 10010000 | 1100110 | 0 | 100001 | 110101 | 1111 | 10110 | 111011 | 111110 |
Color Harmonies of #D89066
Complementary color
Monochromatic Colors of #D89066
Black with #D89066
Text Example
Text Example
White with #D89066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89066; }
p { color: rgb(216,144,102); }
H1.HeaderClassName
{
color: #D89066;
}
.AnyTagClassName
{
color: #D89066;
}
</style>
background-color css
<style>
a { background-color: #D89066; }
a { background-color: rgb(216,144,102); }
div.DivClassName
{
background-color: #D89066;
}
.BgClassName
{
background-color: #D89066;
}
</style>
border-color css
<style>
span { border-color: #D89066; }
span { border-color: rgb(216,144,102); }
td.TdClassName
{
border-color: #D89066;
}
.TagClassName
{
border-color: #D89066;
}
</style>