Shades of Whiskey #DA9466
Tints of Whiskey #DA9466
RGB
CMYK
RGB Variations
Color information
#DA9466 (or 0xDA9466) is known color: Whiskey. HEX triplet: DA, 94 and 66. RGB value is (218,148,102). Sum of RGB (Red+Green+Blue) = 218+148+102=468 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.58% from 468); Green value is 148 (58.20% from 255 or 31.62% from 468); Blue value is 102 (40.23% from 255 or 21.79% from 468); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9466 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9466 is #256B99. Grayscale: #A3A3A3. Windows color (decimal): -2452378 or 6722778. OLE color: 6722778.
HSL color Cylindrical-coordinate representation of color #DA9466: hue angle of 23.79º 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 #DA9466 is Cyan = 0, Magento = 0.32, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 148 | 102 | - |
| CMYK | 0 | 0.32 | 0.53 | 0.15 |
| HSL | 23.79º | 0.61% | 0.63% | - |
| HSV(B) | 23.79º | 0.53% | 0.85% | - |
| XYZ | 41.9 | 37.04 | 17.51 | - |
| YUV | 163.69 | 93.19 | 166.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 148 | 102 | 0 | 0.32 | 0.53 | 0.15 | 23.79 | 0.61 | 0.63 |
| Hex | DA | 94 | 66 | 0 | 20 | 35 | F | 18 | 3D | 3F |
| Octal | 332 | 224 | 146 | 0 | 40 | 65 | 17 | 30 | 75 | 77 |
| Binary | 11011010 | 10010100 | 1100110 | 0 | 100000 | 110101 | 1111 | 11000 | 111101 | 111111 |
Color Harmonies of #DA9466
Complementary color
Monochromatic Colors of #DA9466
Black with #DA9466
Text Example
Text Example
White with #DA9466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9466; }
p { color: rgb(218,148,102); }
H1.HeaderClassName
{
color: #DA9466;
}
.AnyTagClassName
{
color: #DA9466;
}
</style>
background-color css
<style>
a { background-color: #DA9466; }
a { background-color: rgb(218,148,102); }
div.DivClassName
{
background-color: #DA9466;
}
.BgClassName
{
background-color: #DA9466;
}
</style>
border-color css
<style>
span { border-color: #DA9466; }
span { border-color: rgb(218,148,102); }
td.TdClassName
{
border-color: #DA9466;
}
.TagClassName
{
border-color: #DA9466;
}
</style>