Shades of Whiskey #DA9866
Tints of Whiskey #DA9866
RGB
CMYK
RGB Variations
Color information
#DA9866 (or 0xDA9866) is known color: Whiskey. HEX triplet: DA, 98 and 66. RGB value is (218,152,102). Sum of RGB (Red+Green+Blue) = 218+152+102=472 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.19% from 472); Green value is 152 (59.77% from 255 or 32.20% from 472); Blue value is 102 (40.23% from 255 or 21.61% from 472); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9866 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9866 is #256799. Grayscale: #A6A6A6. Windows color (decimal): -2451354 or 6723802. OLE color: 6723802.
HSL color Cylindrical-coordinate representation of color #DA9866: hue angle of 25.86º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DA9866 is Cyan = 0, Magento = 0.30, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 152 | 102 | - |
| CMYK | 0 | 0.30 | 0.53 | 0.15 |
| HSL | 25.86º | 0.61% | 0.63% | - |
| HSV(B) | 25.86º | 0.53% | 0.85% | - |
| XYZ | 42.54 | 38.32 | 17.73 | - |
| YUV | 166.03 | 91.87 | 165.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 152 | 102 | 0 | 0.30 | 0.53 | 0.15 | 25.86 | 0.61 | 0.63 |
| Hex | DA | 98 | 66 | 0 | 1E | 35 | F | 1A | 3D | 3F |
| Octal | 332 | 230 | 146 | 0 | 36 | 65 | 17 | 32 | 75 | 77 |
| Binary | 11011010 | 10011000 | 1100110 | 0 | 11110 | 110101 | 1111 | 11010 | 111101 | 111111 |
Color Harmonies of #DA9866
Complementary color
Monochromatic Colors of #DA9866
Black with #DA9866
Text Example
Text Example
White with #DA9866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9866; }
p { color: rgb(218,152,102); }
H1.HeaderClassName
{
color: #DA9866;
}
.AnyTagClassName
{
color: #DA9866;
}
</style>
background-color css
<style>
a { background-color: #DA9866; }
a { background-color: rgb(218,152,102); }
div.DivClassName
{
background-color: #DA9866;
}
.BgClassName
{
background-color: #DA9866;
}
</style>
border-color css
<style>
span { border-color: #DA9866; }
span { border-color: rgb(218,152,102); }
td.TdClassName
{
border-color: #DA9866;
}
.TagClassName
{
border-color: #DA9866;
}
</style>