Shades of Whiskey #DA9062
Tints of Whiskey #DA9062
RGB
CMYK
RGB Variations
Color information
#DA9062 (or 0xDA9062) is known color: Whiskey. HEX triplet: DA, 90 and 62. RGB value is (218,144,98). Sum of RGB (Red+Green+Blue) = 218+144+98=460 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.39% from 460); Green value is 144 (56.64% from 255 or 31.30% from 460); Blue value is 98 (38.67% from 255 or 21.30% from 460); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9062 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9062 is #256F9D. Grayscale: #A1A1A1. Windows color (decimal): -2453406 or 6459610. OLE color: 6459610.
HSL color Cylindrical-coordinate representation of color #DA9062: hue angle of 23º 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 #DA9062 is Cyan = 0, Magento = 0.34, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 144 | 98 | - |
| CMYK | 0 | 0.34 | 0.55 | 0.15 |
| HSL | 23º | 0.62% | 0.62% | - |
| HSV(B) | 23º | 0.55% | 0.85% | - |
| XYZ | 41.09 | 35.73 | 16.29 | - |
| YUV | 160.88 | 92.52 | 168.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 144 | 98 | 0 | 0.34 | 0.55 | 0.15 | 23 | 0.62 | 0.62 |
| Hex | DA | 90 | 62 | 0 | 22 | 37 | F | 17 | 3E | 3E |
| Octal | 332 | 220 | 142 | 0 | 42 | 67 | 17 | 27 | 76 | 76 |
| Binary | 11011010 | 10010000 | 1100010 | 0 | 100010 | 110111 | 1111 | 10111 | 111110 | 111110 |
Color Harmonies of #DA9062
Complementary color
Monochromatic Colors of #DA9062
Black with #DA9062
Text Example
Text Example
White with #DA9062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9062; }
p { color: rgb(218,144,98); }
H1.HeaderClassName
{
color: #DA9062;
}
.AnyTagClassName
{
color: #DA9062;
}
</style>
background-color css
<style>
a { background-color: #DA9062; }
a { background-color: rgb(218,144,98); }
div.DivClassName
{
background-color: #DA9062;
}
.BgClassName
{
background-color: #DA9062;
}
</style>
border-color css
<style>
span { border-color: #DA9062; }
span { border-color: rgb(218,144,98); }
td.TdClassName
{
border-color: #DA9062;
}
.TagClassName
{
border-color: #DA9062;
}
</style>