Shades of Whiskey #DA9262
Tints of Whiskey #DA9262
RGB
CMYK
RGB Variations
Color information
#DA9262 (or 0xDA9262) is known color: Whiskey. HEX triplet: DA, 92 and 62. RGB value is (218,146,98). Sum of RGB (Red+Green+Blue) = 218+146+98=462 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.19% from 462); Green value is 146 (57.42% from 255 or 31.60% from 462); Blue value is 98 (38.67% from 255 or 21.21% from 462); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9262 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9262 is #256D9D. Grayscale: #A2A2A2. Windows color (decimal): -2452894 or 6460122. OLE color: 6460122.
HSL color Cylindrical-coordinate representation of color #DA9262: hue angle of 24º 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 #DA9262 is Cyan = 0, Magento = 0.33, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 146 | 98 | - |
| CMYK | 0 | 0.33 | 0.55 | 0.15 |
| HSL | 24º | 0.62% | 0.62% | - |
| HSV(B) | 24º | 0.55% | 0.85% | - |
| XYZ | 41.4 | 36.35 | 16.39 | - |
| YUV | 162.06 | 91.85 | 167.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 146 | 98 | 0 | 0.33 | 0.55 | 0.15 | 24 | 0.62 | 0.62 |
| Hex | DA | 92 | 62 | 0 | 21 | 37 | F | 18 | 3E | 3E |
| Octal | 332 | 222 | 142 | 0 | 41 | 67 | 17 | 30 | 76 | 76 |
| Binary | 11011010 | 10010010 | 1100010 | 0 | 100001 | 110111 | 1111 | 11000 | 111110 | 111110 |
Color Harmonies of #DA9262
Complementary color
Monochromatic Colors of #DA9262
Black with #DA9262
Text Example
Text Example
White with #DA9262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9262; }
p { color: rgb(218,146,98); }
H1.HeaderClassName
{
color: #DA9262;
}
.AnyTagClassName
{
color: #DA9262;
}
</style>
background-color css
<style>
a { background-color: #DA9262; }
a { background-color: rgb(218,146,98); }
div.DivClassName
{
background-color: #DA9262;
}
.BgClassName
{
background-color: #DA9262;
}
</style>
border-color css
<style>
span { border-color: #DA9262; }
span { border-color: rgb(218,146,98); }
td.TdClassName
{
border-color: #DA9262;
}
.TagClassName
{
border-color: #DA9262;
}
</style>