Shades of Whiskey #D89B6C
Tints of Whiskey #D89B6C
RGB
CMYK
RGB Variations
Color information
#D89B6C (or 0xD89B6C) is known color: Whiskey. HEX triplet: D8, 9B and 6C. RGB value is (216,155,108). Sum of RGB (Red+Green+Blue) = 216+155+108=479 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.09% from 479); Green value is 155 (60.94% from 255 or 32.36% from 479); Blue value is 108 (42.58% from 255 or 22.55% from 479); Max value from RGB is 216 - color contains mainly: red. Hex color #D89B6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D89B6C is #276493. Grayscale: #A8A8A8. Windows color (decimal): -2581652 or 7117784. OLE color: 7117784.
HSL color Cylindrical-coordinate representation of color #D89B6C: hue angle of 26.11º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D89B6C is Cyan = 0, Magento = 0.28, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 155 | 108 | - |
| CMYK | 0 | 0.28 | 0.50 | 0.15 |
| HSL | 26.11º | 0.58% | 0.64% | - |
| HSV(B) | 26.11º | 0.5% | 0.85% | - |
| XYZ | 42.75 | 39.12 | 19.49 | - |
| YUV | 167.88 | 94.21 | 162.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 155 | 108 | 0 | 0.28 | 0.50 | 0.15 | 26.11 | 0.58 | 0.64 |
| Hex | D8 | 9B | 6C | 0 | 1C | 32 | F | 1A | 3A | 40 |
| Octal | 330 | 233 | 154 | 0 | 34 | 62 | 17 | 32 | 72 | 100 |
| Binary | 11011000 | 10011011 | 1101100 | 0 | 11100 | 110010 | 1111 | 11010 | 111010 | 1000000 |
Color Harmonies of #D89B6C
Complementary color
Monochromatic Colors of #D89B6C
Black with #D89B6C
Text Example
Text Example
White with #D89B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89B6C; }
p { color: rgb(216,155,108); }
H1.HeaderClassName
{
color: #D89B6C;
}
.AnyTagClassName
{
color: #D89B6C;
}
</style>
background-color css
<style>
a { background-color: #D89B6C; }
a { background-color: rgb(216,155,108); }
div.DivClassName
{
background-color: #D89B6C;
}
.BgClassName
{
background-color: #D89B6C;
}
</style>
border-color css
<style>
span { border-color: #D89B6C; }
span { border-color: rgb(216,155,108); }
td.TdClassName
{
border-color: #D89B6C;
}
.TagClassName
{
border-color: #D89B6C;
}
</style>