Shades of Whiskey #D0986C
Tints of Whiskey #D0986C
RGB
CMYK
RGB Variations
Color information
#D0986C (or 0xD0986C) is known color: Whiskey. HEX triplet: D0, 98 and 6C. RGB value is (208,152,108). Sum of RGB (Red+Green+Blue) = 208+152+108=468 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.44% from 468); Green value is 152 (59.77% from 255 or 32.48% from 468); Blue value is 108 (42.58% from 255 or 23.08% from 468); Max value from RGB is 208 - color contains mainly: red. Hex color #D0986C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0986C is #2F6793. Grayscale: #A3A3A3. Windows color (decimal): -3106708 or 7117008. OLE color: 7117008.
HSL color Cylindrical-coordinate representation of color #D0986C: hue angle of 26.4º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D0986C is Cyan = 0, Magento = 0.27, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 152 | 108 | - |
| CMYK | 0 | 0.27 | 0.48 | 0.18 |
| HSL | 26.4º | 0.52% | 0.62% | - |
| HSV(B) | 26.4º | 0.48% | 0.82% | - |
| XYZ | 39.95 | 36.95 | 19.21 | - |
| YUV | 163.73 | 96.55 | 159.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 152 | 108 | 0 | 0.27 | 0.48 | 0.18 | 26.4 | 0.52 | 0.62 |
| Hex | D0 | 98 | 6C | 0 | 1B | 30 | 12 | 1A | 34 | 3E |
| Octal | 320 | 230 | 154 | 0 | 33 | 60 | 22 | 32 | 64 | 76 |
| Binary | 11010000 | 10011000 | 1101100 | 0 | 11011 | 110000 | 10010 | 11010 | 110100 | 111110 |
Color Harmonies of #D0986C
Complementary color
Monochromatic Colors of #D0986C
Black with #D0986C
Text Example
Text Example
White with #D0986C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0986C; }
p { color: rgb(208,152,108); }
H1.HeaderClassName
{
color: #D0986C;
}
.AnyTagClassName
{
color: #D0986C;
}
</style>
background-color css
<style>
a { background-color: #D0986C; }
a { background-color: rgb(208,152,108); }
div.DivClassName
{
background-color: #D0986C;
}
.BgClassName
{
background-color: #D0986C;
}
</style>
border-color css
<style>
span { border-color: #D0986C; }
span { border-color: rgb(208,152,108); }
td.TdClassName
{
border-color: #D0986C;
}
.TagClassName
{
border-color: #D0986C;
}
</style>