Shades of Whiskey #DA9666
Tints of Whiskey #DA9666
RGB
CMYK
RGB Variations
Color information
#DA9666 (or 0xDA9666) is known color: Whiskey. HEX triplet: DA, 96 and 66. RGB value is (218,150,102). Sum of RGB (Red+Green+Blue) = 218+150+102=470 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.38% from 470); Green value is 150 (58.98% from 255 or 31.91% from 470); Blue value is 102 (40.23% from 255 or 21.70% from 470); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9666 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9666 is #256999. Grayscale: #A5A5A5. Windows color (decimal): -2451866 or 6723290. OLE color: 6723290.
HSL color Cylindrical-coordinate representation of color #DA9666: hue angle of 24.83º 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 #DA9666 is Cyan = 0, Magento = 0.31, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 150 | 102 | - |
| CMYK | 0 | 0.31 | 0.53 | 0.15 |
| HSL | 24.83º | 0.61% | 0.63% | - |
| HSV(B) | 24.83º | 0.53% | 0.85% | - |
| XYZ | 42.22 | 37.68 | 17.62 | - |
| YUV | 164.86 | 92.53 | 165.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 150 | 102 | 0 | 0.31 | 0.53 | 0.15 | 24.83 | 0.61 | 0.63 |
| Hex | DA | 96 | 66 | 0 | 1F | 35 | F | 19 | 3D | 3F |
| Octal | 332 | 226 | 146 | 0 | 37 | 65 | 17 | 31 | 75 | 77 |
| Binary | 11011010 | 10010110 | 1100110 | 0 | 11111 | 110101 | 1111 | 11001 | 111101 | 111111 |
Color Harmonies of #DA9666
Complementary color
Monochromatic Colors of #DA9666
Black with #DA9666
Text Example
Text Example
White with #DA9666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9666; }
p { color: rgb(218,150,102); }
H1.HeaderClassName
{
color: #DA9666;
}
.AnyTagClassName
{
color: #DA9666;
}
</style>
background-color css
<style>
a { background-color: #DA9666; }
a { background-color: rgb(218,150,102); }
div.DivClassName
{
background-color: #DA9666;
}
.BgClassName
{
background-color: #DA9666;
}
</style>
border-color css
<style>
span { border-color: #DA9666; }
span { border-color: rgb(218,150,102); }
td.TdClassName
{
border-color: #DA9666;
}
.TagClassName
{
border-color: #DA9666;
}
</style>