Shades of Whiskey #D89A6B
Tints of Whiskey #D89A6B
RGB
CMYK
RGB Variations
Color information
#D89A6B (or 0xD89A6B) is known color: Whiskey. HEX triplet: D8, 9A and 6B. RGB value is (216,154,107). Sum of RGB (Red+Green+Blue) = 216+154+107=477 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.28% from 477); Green value is 154 (60.55% from 255 or 32.29% from 477); Blue value is 107 (42.19% from 255 or 22.43% from 477); Max value from RGB is 216 - color contains mainly: red. Hex color #D89A6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D89A6B is #276594. Grayscale: #A7A7A7. Windows color (decimal): -2581909 or 7051992. OLE color: 7051992.
HSL color Cylindrical-coordinate representation of color #D89A6B: hue angle of 25.87º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D89A6B is Cyan = 0, Magento = 0.29, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 154 | 107 | - |
| CMYK | 0 | 0.29 | 0.50 | 0.15 |
| HSL | 25.87º | 0.58% | 0.63% | - |
| HSV(B) | 25.87º | 0.5% | 0.85% | - |
| XYZ | 42.53 | 38.77 | 19.15 | - |
| YUV | 167.18 | 94.04 | 162.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 154 | 107 | 0 | 0.29 | 0.50 | 0.15 | 25.87 | 0.58 | 0.63 |
| Hex | D8 | 9A | 6B | 0 | 1D | 32 | F | 1A | 3A | 3F |
| Octal | 330 | 232 | 153 | 0 | 35 | 62 | 17 | 32 | 72 | 77 |
| Binary | 11011000 | 10011010 | 1101011 | 0 | 11101 | 110010 | 1111 | 11010 | 111010 | 111111 |
Color Harmonies of #D89A6B
Complementary color
Monochromatic Colors of #D89A6B
Black with #D89A6B
Text Example
Text Example
White with #D89A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89A6B; }
p { color: rgb(216,154,107); }
H1.HeaderClassName
{
color: #D89A6B;
}
.AnyTagClassName
{
color: #D89A6B;
}
</style>
background-color css
<style>
a { background-color: #D89A6B; }
a { background-color: rgb(216,154,107); }
div.DivClassName
{
background-color: #D89A6B;
}
.BgClassName
{
background-color: #D89A6B;
}
</style>
border-color css
<style>
span { border-color: #D89A6B; }
span { border-color: rgb(216,154,107); }
td.TdClassName
{
border-color: #D89A6B;
}
.TagClassName
{
border-color: #D89A6B;
}
</style>