Shades of Whiskey Sour #DA9863
Tints of Whiskey Sour #DA9863
RGB
CMYK
RGB Variations
Color information
#DA9863 (or 0xDA9863) is known color: Whiskey Sour. HEX triplet: DA, 98 and 63. RGB value is (218,152,99). Sum of RGB (Red+Green+Blue) = 218+152+99=469 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.48% from 469); Green value is 152 (59.77% from 255 or 32.41% from 469); Blue value is 99 (39.06% from 255 or 21.11% from 469); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9863 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9863 is #25679C. Grayscale: #A5A5A5. Windows color (decimal): -2451357 or 6527194. OLE color: 6527194.
HSL color Cylindrical-coordinate representation of color #DA9863: hue angle of 26.72º 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 #DA9863 is Cyan = 0, Magento = 0.30, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 152 | 99 | - |
| CMYK | 0 | 0.30 | 0.55 | 0.15 |
| HSL | 26.72º | 0.62% | 0.62% | - |
| HSV(B) | 26.72º | 0.55% | 0.85% | - |
| XYZ | 42.39 | 38.26 | 16.96 | - |
| YUV | 165.69 | 90.37 | 165.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 152 | 99 | 0 | 0.30 | 0.55 | 0.15 | 26.72 | 0.62 | 0.62 |
| Hex | DA | 98 | 63 | 0 | 1E | 37 | F | 1B | 3E | 3E |
| Octal | 332 | 230 | 143 | 0 | 36 | 67 | 17 | 33 | 76 | 76 |
| Binary | 11011010 | 10011000 | 1100011 | 0 | 11110 | 110111 | 1111 | 11011 | 111110 | 111110 |
Color Harmonies of #DA9863
Complementary color
Monochromatic Colors of #DA9863
Black with #DA9863
Text Example
Text Example
White with #DA9863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9863; }
p { color: rgb(218,152,99); }
H1.HeaderClassName
{
color: #DA9863;
}
.AnyTagClassName
{
color: #DA9863;
}
</style>
background-color css
<style>
a { background-color: #DA9863; }
a { background-color: rgb(218,152,99); }
div.DivClassName
{
background-color: #DA9863;
}
.BgClassName
{
background-color: #DA9863;
}
</style>
border-color css
<style>
span { border-color: #DA9863; }
span { border-color: rgb(218,152,99); }
td.TdClassName
{
border-color: #DA9863;
}
.TagClassName
{
border-color: #DA9863;
}
</style>