Shades of Whiskey Sour #DA9260
Tints of Whiskey Sour #DA9260
RGB
CMYK
RGB Variations
Color information
#DA9260 (or 0xDA9260) is known color: Whiskey Sour. HEX triplet: DA, 92 and 60. RGB value is (218,146,96). Sum of RGB (Red+Green+Blue) = 218+146+96=460 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.39% from 460); Green value is 146 (57.42% from 255 or 31.74% from 460); Blue value is 96 (37.89% from 255 or 20.87% from 460); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9260 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9260 is #256D9F. Grayscale: #A2A2A2. Windows color (decimal): -2452896 or 6329050. OLE color: 6329050.
HSL color Cylindrical-coordinate representation of color #DA9260: hue angle of 24.59º 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 #DA9260 is Cyan = 0, Magento = 0.33, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 146 | 96 | - |
| CMYK | 0 | 0.33 | 0.56 | 0.15 |
| HSL | 24.59º | 0.62% | 0.62% | - |
| HSV(B) | 24.59º | 0.56% | 0.85% | - |
| XYZ | 41.3 | 36.31 | 15.9 | - |
| YUV | 161.83 | 90.85 | 168.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 146 | 96 | 0 | 0.33 | 0.56 | 0.15 | 24.59 | 0.62 | 0.62 |
| Hex | DA | 92 | 60 | 0 | 21 | 38 | F | 19 | 3E | 3E |
| Octal | 332 | 222 | 140 | 0 | 41 | 70 | 17 | 31 | 76 | 76 |
| Binary | 11011010 | 10010010 | 1100000 | 0 | 100001 | 111000 | 1111 | 11001 | 111110 | 111110 |
Color Harmonies of #DA9260
Complementary color
Monochromatic Colors of #DA9260
Black with #DA9260
Text Example
Text Example
White with #DA9260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9260; }
p { color: rgb(218,146,96); }
H1.HeaderClassName
{
color: #DA9260;
}
.AnyTagClassName
{
color: #DA9260;
}
</style>
background-color css
<style>
a { background-color: #DA9260; }
a { background-color: rgb(218,146,96); }
div.DivClassName
{
background-color: #DA9260;
}
.BgClassName
{
background-color: #DA9260;
}
</style>
border-color css
<style>
span { border-color: #DA9260; }
span { border-color: rgb(218,146,96); }
td.TdClassName
{
border-color: #DA9260;
}
.TagClassName
{
border-color: #DA9260;
}
</style>