Shades of Whiskey Sour #DA9060
Tints of Whiskey Sour #DA9060
RGB
CMYK
RGB Variations
Color information
#DA9060 (or 0xDA9060) is known color: Whiskey Sour. HEX triplet: DA, 90 and 60. RGB value is (218,144,96). Sum of RGB (Red+Green+Blue) = 218+144+96=458 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.60% from 458); Green value is 144 (56.64% from 255 or 31.44% from 458); Blue value is 96 (37.89% from 255 or 20.96% from 458); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9060 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9060 is #256F9F. Grayscale: #A0A0A0. Windows color (decimal): -2453408 or 6328538. OLE color: 6328538.
HSL color Cylindrical-coordinate representation of color #DA9060: hue angle of 23.61º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DA9060 is Cyan = 0, Magento = 0.34, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 144 | 96 | - |
| CMYK | 0 | 0.34 | 0.56 | 0.15 |
| HSL | 23.61º | 0.62% | 0.62% | - |
| HSV(B) | 23.61º | 0.56% | 0.85% | - |
| XYZ | 41 | 35.7 | 15.8 | - |
| YUV | 160.65 | 91.52 | 168.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 144 | 96 | 0 | 0.34 | 0.56 | 0.15 | 23.61 | 0.62 | 0.62 |
| Hex | DA | 90 | 60 | 0 | 22 | 38 | F | 18 | 3E | 3E |
| Octal | 332 | 220 | 140 | 0 | 42 | 70 | 17 | 30 | 76 | 76 |
| Binary | 11011010 | 10010000 | 1100000 | 0 | 100010 | 111000 | 1111 | 11000 | 111110 | 111110 |
Color Harmonies of #DA9060
Complementary color
Monochromatic Colors of #DA9060
Black with #DA9060
Text Example
Text Example
White with #DA9060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9060; }
p { color: rgb(218,144,96); }
H1.HeaderClassName
{
color: #DA9060;
}
.AnyTagClassName
{
color: #DA9060;
}
</style>
background-color css
<style>
a { background-color: #DA9060; }
a { background-color: rgb(218,144,96); }
div.DivClassName
{
background-color: #DA9060;
}
.BgClassName
{
background-color: #DA9060;
}
</style>
border-color css
<style>
span { border-color: #DA9060; }
span { border-color: rgb(218,144,96); }
td.TdClassName
{
border-color: #DA9060;
}
.TagClassName
{
border-color: #DA9060;
}
</style>