Shades of Whiskey #DA9363
Tints of Whiskey #DA9363
RGB
CMYK
RGB Variations
Color information
#DA9363 (or 0xDA9363) is known color: Whiskey. HEX triplet: DA, 93 and 63. RGB value is (218,147,99). Sum of RGB (Red+Green+Blue) = 218+147+99=464 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.98% from 464); Green value is 147 (57.81% from 255 or 31.68% from 464); Blue value is 99 (39.06% from 255 or 21.34% from 464); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9363 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9363 is #256C9C. Grayscale: #A3A3A3. Windows color (decimal): -2452637 or 6525914. OLE color: 6525914.
HSL color Cylindrical-coordinate representation of color #DA9363: hue angle of 24.2º 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 #DA9363 is Cyan = 0, Magento = 0.33, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 147 | 99 | - |
| CMYK | 0 | 0.33 | 0.55 | 0.15 |
| HSL | 24.2º | 0.62% | 0.62% | - |
| HSV(B) | 24.2º | 0.55% | 0.85% | - |
| XYZ | 41.6 | 36.67 | 16.69 | - |
| YUV | 162.76 | 92.02 | 167.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 147 | 99 | 0 | 0.33 | 0.55 | 0.15 | 24.2 | 0.62 | 0.62 |
| Hex | DA | 93 | 63 | 0 | 21 | 37 | F | 18 | 3E | 3E |
| Octal | 332 | 223 | 143 | 0 | 41 | 67 | 17 | 30 | 76 | 76 |
| Binary | 11011010 | 10010011 | 1100011 | 0 | 100001 | 110111 | 1111 | 11000 | 111110 | 111110 |
Color Harmonies of #DA9363
Complementary color
Monochromatic Colors of #DA9363
Black with #DA9363
Text Example
Text Example
White with #DA9363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9363; }
p { color: rgb(218,147,99); }
H1.HeaderClassName
{
color: #DA9363;
}
.AnyTagClassName
{
color: #DA9363;
}
</style>
background-color css
<style>
a { background-color: #DA9363; }
a { background-color: rgb(218,147,99); }
div.DivClassName
{
background-color: #DA9363;
}
.BgClassName
{
background-color: #DA9363;
}
</style>
border-color css
<style>
span { border-color: #DA9363; }
span { border-color: rgb(218,147,99); }
td.TdClassName
{
border-color: #DA9363;
}
.TagClassName
{
border-color: #DA9363;
}
</style>