Shades of Whiskey #D89C6C
Tints of Whiskey #D89C6C
RGB
CMYK
RGB Variations
Color information
#D89C6C (or 0xD89C6C) is known color: Whiskey. HEX triplet: D8, 9C and 6C. RGB value is (216,156,108). Sum of RGB (Red+Green+Blue) = 216+156+108=480 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45% from 480); Green value is 156 (61.33% from 255 or 32.5% from 480); Blue value is 108 (42.58% from 255 or 22.5% from 480); Max value from RGB is 216 - color contains mainly: red. Hex color #D89C6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D89C6C is #276393. Grayscale: #A8A8A8. Windows color (decimal): -2581396 or 7118040. OLE color: 7118040.
HSL color Cylindrical-coordinate representation of color #D89C6C: hue angle of 26.67º 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 #D89C6C is Cyan = 0, Magento = 0.28, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 156 | 108 | - |
| CMYK | 0 | 0.28 | 0.50 | 0.15 |
| HSL | 26.67º | 0.58% | 0.64% | - |
| HSV(B) | 26.67º | 0.5% | 0.85% | - |
| XYZ | 42.91 | 39.46 | 19.54 | - |
| YUV | 168.47 | 93.88 | 161.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 156 | 108 | 0 | 0.28 | 0.50 | 0.15 | 26.67 | 0.58 | 0.64 |
| Hex | D8 | 9C | 6C | 0 | 1C | 32 | F | 1B | 3A | 40 |
| Octal | 330 | 234 | 154 | 0 | 34 | 62 | 17 | 33 | 72 | 100 |
| Binary | 11011000 | 10011100 | 1101100 | 0 | 11100 | 110010 | 1111 | 11011 | 111010 | 1000000 |
Color Harmonies of #D89C6C
Complementary color
Monochromatic Colors of #D89C6C
Black with #D89C6C
Text Example
Text Example
White with #D89C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89C6C; }
p { color: rgb(216,156,108); }
H1.HeaderClassName
{
color: #D89C6C;
}
.AnyTagClassName
{
color: #D89C6C;
}
</style>
background-color css
<style>
a { background-color: #D89C6C; }
a { background-color: rgb(216,156,108); }
div.DivClassName
{
background-color: #D89C6C;
}
.BgClassName
{
background-color: #D89C6C;
}
</style>
border-color css
<style>
span { border-color: #D89C6C; }
span { border-color: rgb(216,156,108); }
td.TdClassName
{
border-color: #D89C6C;
}
.TagClassName
{
border-color: #D89C6C;
}
</style>