Shades of Whiskey #DA986B
Tints of Whiskey #DA986B
RGB
CMYK
RGB Variations
Color information
#DA986B (or 0xDA986B) is known color: Whiskey. HEX triplet: DA, 98 and 6B. RGB value is (218,152,107). Sum of RGB (Red+Green+Blue) = 218+152+107=477 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.70% from 477); Green value is 152 (59.77% from 255 or 31.87% from 477); Blue value is 107 (42.19% from 255 or 22.43% from 477); Max value from RGB is 218 - color contains mainly: red. Hex color #DA986B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA986B is #256794. Grayscale: #A6A6A6. Windows color (decimal): -2451349 or 7051482. OLE color: 7051482.
HSL color Cylindrical-coordinate representation of color #DA986B: hue angle of 24.32º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DA986B is Cyan = 0, Magento = 0.30, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 152 | 107 | - |
| CMYK | 0 | 0.30 | 0.51 | 0.15 |
| HSL | 24.32º | 0.6% | 0.64% | - |
| HSV(B) | 24.32º | 0.51% | 0.85% | - |
| XYZ | 42.8 | 38.42 | 19.07 | - |
| YUV | 166.6 | 94.37 | 164.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 152 | 107 | 0 | 0.30 | 0.51 | 0.15 | 24.32 | 0.6 | 0.64 |
| Hex | DA | 98 | 6B | 0 | 1E | 33 | F | 18 | 3C | 40 |
| Octal | 332 | 230 | 153 | 0 | 36 | 63 | 17 | 30 | 74 | 100 |
| Binary | 11011010 | 10011000 | 1101011 | 0 | 11110 | 110011 | 1111 | 11000 | 111100 | 1000000 |
Color Harmonies of #DA986B
Complementary color
Monochromatic Colors of #DA986B
Black with #DA986B
Text Example
Text Example
White with #DA986B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA986B; }
p { color: rgb(218,152,107); }
H1.HeaderClassName
{
color: #DA986B;
}
.AnyTagClassName
{
color: #DA986B;
}
</style>
background-color css
<style>
a { background-color: #DA986B; }
a { background-color: rgb(218,152,107); }
div.DivClassName
{
background-color: #DA986B;
}
.BgClassName
{
background-color: #DA986B;
}
</style>
border-color css
<style>
span { border-color: #DA986B; }
span { border-color: rgb(218,152,107); }
td.TdClassName
{
border-color: #DA986B;
}
.TagClassName
{
border-color: #DA986B;
}
</style>