Shades of Whiskey #D89967
Tints of Whiskey #D89967
RGB
CMYK
RGB Variations
Color information
#D89967 (or 0xD89967) is known color: Whiskey. HEX triplet: D8, 99 and 67. RGB value is (216,153,103). Sum of RGB (Red+Green+Blue) = 216+153+103=472 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.76% from 472); Green value is 153 (60.16% from 255 or 32.42% from 472); Blue value is 103 (40.62% from 255 or 21.82% from 472); Max value from RGB is 216 - color contains mainly: red. Hex color #D89967 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D89967 is #276698. Grayscale: #A6A6A6. Windows color (decimal): -2582169 or 6789592. OLE color: 6789592.
HSL color Cylindrical-coordinate representation of color #D89967: hue angle of 26.55º 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 #D89967 is Cyan = 0, Magento = 0.29, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 153 | 103 | - |
| CMYK | 0 | 0.29 | 0.52 | 0.15 |
| HSL | 26.55º | 0.59% | 0.63% | - |
| HSV(B) | 26.55º | 0.52% | 0.85% | - |
| XYZ | 42.16 | 38.36 | 18.01 | - |
| YUV | 166.14 | 92.37 | 163.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 153 | 103 | 0 | 0.29 | 0.52 | 0.15 | 26.55 | 0.59 | 0.63 |
| Hex | D8 | 99 | 67 | 0 | 1D | 34 | F | 1B | 3B | 3F |
| Octal | 330 | 231 | 147 | 0 | 35 | 64 | 17 | 33 | 73 | 77 |
| Binary | 11011000 | 10011001 | 1100111 | 0 | 11101 | 110100 | 1111 | 11011 | 111011 | 111111 |
Color Harmonies of #D89967
Complementary color
Monochromatic Colors of #D89967
Black with #D89967
Text Example
Text Example
White with #D89967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89967; }
p { color: rgb(216,153,103); }
H1.HeaderClassName
{
color: #D89967;
}
.AnyTagClassName
{
color: #D89967;
}
</style>
background-color css
<style>
a { background-color: #D89967; }
a { background-color: rgb(216,153,103); }
div.DivClassName
{
background-color: #D89967;
}
.BgClassName
{
background-color: #D89967;
}
</style>
border-color css
<style>
span { border-color: #D89967; }
span { border-color: rgb(216,153,103); }
td.TdClassName
{
border-color: #D89967;
}
.TagClassName
{
border-color: #D89967;
}
</style>