Shades of Whiskey #D89666
Tints of Whiskey #D89666
RGB
CMYK
RGB Variations
Color information
#D89666 (or 0xD89666) is known color: Whiskey. HEX triplet: D8, 96 and 66. RGB value is (216,150,102). Sum of RGB (Red+Green+Blue) = 216+150+102=468 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.15% from 468); Green value is 150 (58.98% from 255 or 32.05% from 468); Blue value is 102 (40.23% from 255 or 21.79% from 468); Max value from RGB is 216 - color contains mainly: red. Hex color #D89666 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D89666 is #276999. Grayscale: #A4A4A4. Windows color (decimal): -2582938 or 6723288. OLE color: 6723288.
HSL color Cylindrical-coordinate representation of color #D89666: hue angle of 25.26º 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 #D89666 is Cyan = 0, Magento = 0.31, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 150 | 102 | - |
| CMYK | 0 | 0.31 | 0.53 | 0.15 |
| HSL | 25.26º | 0.59% | 0.62% | - |
| HSV(B) | 25.26º | 0.53% | 0.85% | - |
| XYZ | 41.62 | 37.37 | 17.59 | - |
| YUV | 164.26 | 92.87 | 164.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 150 | 102 | 0 | 0.31 | 0.53 | 0.15 | 25.26 | 0.59 | 0.62 |
| Hex | D8 | 96 | 66 | 0 | 1F | 35 | F | 19 | 3B | 3E |
| Octal | 330 | 226 | 146 | 0 | 37 | 65 | 17 | 31 | 73 | 76 |
| Binary | 11011000 | 10010110 | 1100110 | 0 | 11111 | 110101 | 1111 | 11001 | 111011 | 111110 |
Color Harmonies of #D89666
Complementary color
Monochromatic Colors of #D89666
Black with #D89666
Text Example
Text Example
White with #D89666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89666; }
p { color: rgb(216,150,102); }
H1.HeaderClassName
{
color: #D89666;
}
.AnyTagClassName
{
color: #D89666;
}
</style>
background-color css
<style>
a { background-color: #D89666; }
a { background-color: rgb(216,150,102); }
div.DivClassName
{
background-color: #D89666;
}
.BgClassName
{
background-color: #D89666;
}
</style>
border-color css
<style>
span { border-color: #D89666; }
span { border-color: rgb(216,150,102); }
td.TdClassName
{
border-color: #D89666;
}
.TagClassName
{
border-color: #D89666;
}
</style>