Shades of Whiskey #D89267
Tints of Whiskey #D89267
RGB
CMYK
RGB Variations
Color information
#D89267 (or 0xD89267) is known color: Whiskey. HEX triplet: D8, 92 and 67. RGB value is (216,146,103). Sum of RGB (Red+Green+Blue) = 216+146+103=465 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.45% from 465); Green value is 146 (57.42% from 255 or 31.40% from 465); Blue value is 103 (40.62% from 255 or 22.15% from 465); Max value from RGB is 216 - color contains mainly: red. Hex color #D89267 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D89267 is #276D98. Grayscale: #A2A2A2. Windows color (decimal): -2583961 or 6787800. OLE color: 6787800.
HSL color Cylindrical-coordinate representation of color #D89267: hue angle of 22.83º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D89267 is Cyan = 0, Magento = 0.32, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 146 | 103 | - |
| CMYK | 0 | 0.32 | 0.52 | 0.15 |
| HSL | 22.83º | 0.59% | 0.63% | - |
| HSV(B) | 22.83º | 0.52% | 0.85% | - |
| XYZ | 41.05 | 36.14 | 17.64 | - |
| YUV | 162.03 | 94.69 | 166.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 146 | 103 | 0 | 0.32 | 0.52 | 0.15 | 22.83 | 0.59 | 0.63 |
| Hex | D8 | 92 | 67 | 0 | 20 | 34 | F | 17 | 3B | 3F |
| Octal | 330 | 222 | 147 | 0 | 40 | 64 | 17 | 27 | 73 | 77 |
| Binary | 11011000 | 10010010 | 1100111 | 0 | 100000 | 110100 | 1111 | 10111 | 111011 | 111111 |
Color Harmonies of #D89267
Complementary color
Monochromatic Colors of #D89267
Black with #D89267
Text Example
Text Example
White with #D89267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89267; }
p { color: rgb(216,146,103); }
H1.HeaderClassName
{
color: #D89267;
}
.AnyTagClassName
{
color: #D89267;
}
</style>
background-color css
<style>
a { background-color: #D89267; }
a { background-color: rgb(216,146,103); }
div.DivClassName
{
background-color: #D89267;
}
.BgClassName
{
background-color: #D89267;
}
</style>
border-color css
<style>
span { border-color: #D89267; }
span { border-color: rgb(216,146,103); }
td.TdClassName
{
border-color: #D89267;
}
.TagClassName
{
border-color: #D89267;
}
</style>