Shades of Whiskey Sour #DA9662
Tints of Whiskey Sour #DA9662
RGB
CMYK
RGB Variations
Color information
#DA9662 (or 0xDA9662) is known color: Whiskey Sour. HEX triplet: DA, 96 and 62. RGB value is (218,150,98). Sum of RGB (Red+Green+Blue) = 218+150+98=466 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.78% from 466); Green value is 150 (58.98% from 255 or 32.19% from 466); Blue value is 98 (38.67% from 255 or 21.03% from 466); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9662 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9662 is #25699D. Grayscale: #A4A4A4. Windows color (decimal): -2451870 or 6461146. OLE color: 6461146.
HSL color Cylindrical-coordinate representation of color #DA9662: hue angle of 26º 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 #DA9662 is Cyan = 0, Magento = 0.31, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 150 | 98 | - |
| CMYK | 0 | 0.31 | 0.55 | 0.15 |
| HSL | 26º | 0.62% | 0.62% | - |
| HSV(B) | 26º | 0.55% | 0.85% | - |
| XYZ | 42.02 | 37.6 | 16.6 | - |
| YUV | 164.4 | 90.53 | 166.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 150 | 98 | 0 | 0.31 | 0.55 | 0.15 | 26 | 0.62 | 0.62 |
| Hex | DA | 96 | 62 | 0 | 1F | 37 | F | 1A | 3E | 3E |
| Octal | 332 | 226 | 142 | 0 | 37 | 67 | 17 | 32 | 76 | 76 |
| Binary | 11011010 | 10010110 | 1100010 | 0 | 11111 | 110111 | 1111 | 11010 | 111110 | 111110 |
Color Harmonies of #DA9662
Complementary color
Monochromatic Colors of #DA9662
Black with #DA9662
Text Example
Text Example
White with #DA9662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9662; }
p { color: rgb(218,150,98); }
H1.HeaderClassName
{
color: #DA9662;
}
.AnyTagClassName
{
color: #DA9662;
}
</style>
background-color css
<style>
a { background-color: #DA9662; }
a { background-color: rgb(218,150,98); }
div.DivClassName
{
background-color: #DA9662;
}
.BgClassName
{
background-color: #DA9662;
}
</style>
border-color css
<style>
span { border-color: #DA9662; }
span { border-color: rgb(218,150,98); }
td.TdClassName
{
border-color: #DA9662;
}
.TagClassName
{
border-color: #DA9662;
}
</style>