Shades of Whiskey #DA9564
Tints of Whiskey #DA9564
RGB
CMYK
RGB Variations
Color information
#DA9564 (or 0xDA9564) is known color: Whiskey. HEX triplet: DA, 95 and 64. RGB value is (218,149,100). Sum of RGB (Red+Green+Blue) = 218+149+100=467 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.68% from 467); Green value is 149 (58.59% from 255 or 31.91% from 467); Blue value is 100 (39.45% from 255 or 21.41% from 467); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9564 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9564 is #256A9B. Grayscale: #A4A4A4. Windows color (decimal): -2452124 or 6591962. OLE color: 6591962.
HSL color Cylindrical-coordinate representation of color #DA9564: hue angle of 24.92º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DA9564 is Cyan = 0, Magento = 0.32, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 149 | 100 | - |
| CMYK | 0 | 0.32 | 0.54 | 0.15 |
| HSL | 24.92º | 0.61% | 0.62% | - |
| HSV(B) | 24.92º | 0.54% | 0.85% | - |
| XYZ | 41.96 | 37.32 | 17.05 | - |
| YUV | 164.05 | 91.86 | 166.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 149 | 100 | 0 | 0.32 | 0.54 | 0.15 | 24.92 | 0.61 | 0.62 |
| Hex | DA | 95 | 64 | 0 | 20 | 36 | F | 19 | 3D | 3E |
| Octal | 332 | 225 | 144 | 0 | 40 | 66 | 17 | 31 | 75 | 76 |
| Binary | 11011010 | 10010101 | 1100100 | 0 | 100000 | 110110 | 1111 | 11001 | 111101 | 111110 |
Color Harmonies of #DA9564
Complementary color
Monochromatic Colors of #DA9564
Black with #DA9564
Text Example
Text Example
White with #DA9564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9564; }
p { color: rgb(218,149,100); }
H1.HeaderClassName
{
color: #DA9564;
}
.AnyTagClassName
{
color: #DA9564;
}
</style>
background-color css
<style>
a { background-color: #DA9564; }
a { background-color: rgb(218,149,100); }
div.DivClassName
{
background-color: #DA9564;
}
.BgClassName
{
background-color: #DA9564;
}
</style>
border-color css
<style>
span { border-color: #DA9564; }
span { border-color: rgb(218,149,100); }
td.TdClassName
{
border-color: #DA9564;
}
.TagClassName
{
border-color: #DA9564;
}
</style>