Shades of Whiskey #DA986C
Tints of Whiskey #DA986C
RGB
CMYK
RGB Variations
Color information
#DA986C (or 0xDA986C) is known color: Whiskey. HEX triplet: DA, 98 and 6C. RGB value is (218,152,108). Sum of RGB (Red+Green+Blue) = 218+152+108=478 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.61% from 478); Green value is 152 (59.77% from 255 or 31.80% from 478); Blue value is 108 (42.58% from 255 or 22.59% from 478); Max value from RGB is 218 - color contains mainly: red. Hex color #DA986C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA986C is #256793. Grayscale: #A6A6A6. Windows color (decimal): -2451348 or 7117018. OLE color: 7117018.
HSL color Cylindrical-coordinate representation of color #DA986C: hue angle of 24º degrees, saturation: 0.6, 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 #DA986C is Cyan = 0, Magento = 0.30, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 152 | 108 | - |
| CMYK | 0 | 0.30 | 0.50 | 0.15 |
| HSL | 24º | 0.6% | 0.64% | - |
| HSV(B) | 24º | 0.5% | 0.85% | - |
| XYZ | 42.85 | 38.44 | 19.35 | - |
| YUV | 166.72 | 94.87 | 164.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 152 | 108 | 0 | 0.30 | 0.50 | 0.15 | 24 | 0.6 | 0.64 |
| Hex | DA | 98 | 6C | 0 | 1E | 32 | F | 18 | 3C | 40 |
| Octal | 332 | 230 | 154 | 0 | 36 | 62 | 17 | 30 | 74 | 100 |
| Binary | 11011010 | 10011000 | 1101100 | 0 | 11110 | 110010 | 1111 | 11000 | 111100 | 1000000 |
Color Harmonies of #DA986C
Complementary color
Monochromatic Colors of #DA986C
Black with #DA986C
Text Example
Text Example
White with #DA986C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA986C; }
p { color: rgb(218,152,108); }
H1.HeaderClassName
{
color: #DA986C;
}
.AnyTagClassName
{
color: #DA986C;
}
</style>
background-color css
<style>
a { background-color: #DA986C; }
a { background-color: rgb(218,152,108); }
div.DivClassName
{
background-color: #DA986C;
}
.BgClassName
{
background-color: #DA986C;
}
</style>
border-color css
<style>
span { border-color: #DA986C; }
span { border-color: rgb(218,152,108); }
td.TdClassName
{
border-color: #DA986C;
}
.TagClassName
{
border-color: #DA986C;
}
</style>