Shades of Whiskey Sour #DA9762
Tints of Whiskey Sour #DA9762
RGB
CMYK
RGB Variations
Color information
#DA9762 (or 0xDA9762) is known color: Whiskey Sour. HEX triplet: DA, 97 and 62. RGB value is (218,151,98). Sum of RGB (Red+Green+Blue) = 218+151+98=467 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.68% from 467); Green value is 151 (59.38% from 255 or 32.33% from 467); Blue value is 98 (38.67% from 255 or 20.99% from 467); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9762 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9762 is #25689D. Grayscale: #A5A5A5. Windows color (decimal): -2451614 or 6461402. OLE color: 6461402.
HSL color Cylindrical-coordinate representation of color #DA9762: hue angle of 26.5º 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 #DA9762 is Cyan = 0, Magento = 0.31, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 151 | 98 | - |
| CMYK | 0 | 0.31 | 0.55 | 0.15 |
| HSL | 26.5º | 0.62% | 0.62% | - |
| HSV(B) | 26.5º | 0.55% | 0.85% | - |
| XYZ | 42.18 | 37.92 | 16.65 | - |
| YUV | 164.99 | 90.2 | 165.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 151 | 98 | 0 | 0.31 | 0.55 | 0.15 | 26.5 | 0.62 | 0.62 |
| Hex | DA | 97 | 62 | 0 | 1F | 37 | F | 1A | 3E | 3E |
| Octal | 332 | 227 | 142 | 0 | 37 | 67 | 17 | 32 | 76 | 76 |
| Binary | 11011010 | 10010111 | 1100010 | 0 | 11111 | 110111 | 1111 | 11010 | 111110 | 111110 |
Color Harmonies of #DA9762
Complementary color
Monochromatic Colors of #DA9762
Black with #DA9762
Text Example
Text Example
White with #DA9762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9762; }
p { color: rgb(218,151,98); }
H1.HeaderClassName
{
color: #DA9762;
}
.AnyTagClassName
{
color: #DA9762;
}
</style>
background-color css
<style>
a { background-color: #DA9762; }
a { background-color: rgb(218,151,98); }
div.DivClassName
{
background-color: #DA9762;
}
.BgClassName
{
background-color: #DA9762;
}
</style>
border-color css
<style>
span { border-color: #DA9762; }
span { border-color: rgb(218,151,98); }
td.TdClassName
{
border-color: #DA9762;
}
.TagClassName
{
border-color: #DA9762;
}
</style>