Shades of Whiskey #D89265
Tints of Whiskey #D89265
RGB
CMYK
RGB Variations
Color information
#D89265 (or 0xD89265) is known color: Whiskey. HEX triplet: D8, 92 and 65. RGB value is (216,146,101). Sum of RGB (Red+Green+Blue) = 216+146+101=463 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.65% from 463); Green value is 146 (57.42% from 255 or 31.53% from 463); Blue value is 101 (39.84% from 255 or 21.81% from 463); Max value from RGB is 216 - color contains mainly: red. Hex color #D89265 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D89265 is #276D9A. Grayscale: #A2A2A2. Windows color (decimal): -2583963 or 6656728. OLE color: 6656728.
HSL color Cylindrical-coordinate representation of color #D89265: hue angle of 23.48º degrees, saturation: 0.6, 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 #D89265 is Cyan = 0, Magento = 0.32, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 146 | 101 | - |
| CMYK | 0 | 0.32 | 0.53 | 0.15 |
| HSL | 23.48º | 0.6% | 0.62% | - |
| HSV(B) | 23.48º | 0.53% | 0.85% | - |
| XYZ | 40.95 | 36.1 | 17.12 | - |
| YUV | 161.8 | 93.69 | 166.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 146 | 101 | 0 | 0.32 | 0.53 | 0.15 | 23.48 | 0.6 | 0.62 |
| Hex | D8 | 92 | 65 | 0 | 20 | 35 | F | 17 | 3C | 3E |
| Octal | 330 | 222 | 145 | 0 | 40 | 65 | 17 | 27 | 74 | 76 |
| Binary | 11011000 | 10010010 | 1100101 | 0 | 100000 | 110101 | 1111 | 10111 | 111100 | 111110 |
Color Harmonies of #D89265
Complementary color
Monochromatic Colors of #D89265
Black with #D89265
Text Example
Text Example
White with #D89265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89265; }
p { color: rgb(216,146,101); }
H1.HeaderClassName
{
color: #D89265;
}
.AnyTagClassName
{
color: #D89265;
}
</style>
background-color css
<style>
a { background-color: #D89265; }
a { background-color: rgb(216,146,101); }
div.DivClassName
{
background-color: #D89265;
}
.BgClassName
{
background-color: #D89265;
}
</style>
border-color css
<style>
span { border-color: #D89265; }
span { border-color: rgb(216,146,101); }
td.TdClassName
{
border-color: #D89265;
}
.TagClassName
{
border-color: #D89265;
}
</style>