Shades of Whiskey #DA9463
Tints of Whiskey #DA9463
RGB
CMYK
RGB Variations
Color information
#DA9463 (or 0xDA9463) is known color: Whiskey. HEX triplet: DA, 94 and 63. RGB value is (218,148,99). Sum of RGB (Red+Green+Blue) = 218+148+99=465 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.88% from 465); Green value is 148 (58.20% from 255 or 31.83% from 465); Blue value is 99 (39.06% from 255 or 21.29% from 465); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9463 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9463 is #256B9C. Grayscale: #A3A3A3. Windows color (decimal): -2452381 or 6526170. OLE color: 6526170.
HSL color Cylindrical-coordinate representation of color #DA9463: hue angle of 24.71º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DA9463 is Cyan = 0, Magento = 0.32, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 148 | 99 | - |
| CMYK | 0 | 0.32 | 0.55 | 0.15 |
| HSL | 24.71º | 0.62% | 0.62% | - |
| HSV(B) | 24.71º | 0.55% | 0.85% | - |
| XYZ | 41.76 | 36.99 | 16.74 | - |
| YUV | 163.34 | 91.69 | 166.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 148 | 99 | 0 | 0.32 | 0.55 | 0.15 | 24.71 | 0.62 | 0.62 |
| Hex | DA | 94 | 63 | 0 | 20 | 37 | F | 19 | 3E | 3E |
| Octal | 332 | 224 | 143 | 0 | 40 | 67 | 17 | 31 | 76 | 76 |
| Binary | 11011010 | 10010100 | 1100011 | 0 | 100000 | 110111 | 1111 | 11001 | 111110 | 111110 |
Color Harmonies of #DA9463
Complementary color
Monochromatic Colors of #DA9463
Black with #DA9463
Text Example
Text Example
White with #DA9463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9463; }
p { color: rgb(218,148,99); }
H1.HeaderClassName
{
color: #DA9463;
}
.AnyTagClassName
{
color: #DA9463;
}
</style>
background-color css
<style>
a { background-color: #DA9463; }
a { background-color: rgb(218,148,99); }
div.DivClassName
{
background-color: #DA9463;
}
.BgClassName
{
background-color: #DA9463;
}
</style>
border-color css
<style>
span { border-color: #DA9463; }
span { border-color: rgb(218,148,99); }
td.TdClassName
{
border-color: #DA9463;
}
.TagClassName
{
border-color: #DA9463;
}
</style>