Shades of Whiskey Sour #D99762
Tints of Whiskey Sour #D99762
RGB
CMYK
RGB Variations
Color information
#D99762 (or 0xD99762) is known color: Whiskey Sour. HEX triplet: D9, 97 and 62. RGB value is (217,151,98). Sum of RGB (Red+Green+Blue) = 217+151+98=466 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.57% from 466); Green value is 151 (59.38% from 255 or 32.40% from 466); Blue value is 98 (38.67% from 255 or 21.03% from 466); Max value from RGB is 217 - color contains mainly: red. Hex color #D99762 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99762 is #26689D. Grayscale: #A4A4A4. Windows color (decimal): -2517150 or 6461401. OLE color: 6461401.
HSL color Cylindrical-coordinate representation of color #D99762: hue angle of 26.72º degrees, saturation: 0.61, 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 #D99762 is Cyan = 0, Magento = 0.30, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 151 | 98 | - |
| CMYK | 0 | 0.30 | 0.55 | 0.15 |
| HSL | 26.72º | 0.61% | 0.62% | - |
| HSV(B) | 26.72º | 0.55% | 0.85% | - |
| XYZ | 41.89 | 37.77 | 16.64 | - |
| YUV | 164.69 | 90.37 | 165.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 151 | 98 | 0 | 0.30 | 0.55 | 0.15 | 26.72 | 0.61 | 0.62 |
| Hex | D9 | 97 | 62 | 0 | 1E | 37 | F | 1B | 3D | 3E |
| Octal | 331 | 227 | 142 | 0 | 36 | 67 | 17 | 33 | 75 | 76 |
| Binary | 11011001 | 10010111 | 1100010 | 0 | 11110 | 110111 | 1111 | 11011 | 111101 | 111110 |
Color Harmonies of #D99762
Complementary color
Monochromatic Colors of #D99762
Black with #D99762
Text Example
Text Example
White with #D99762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99762; }
p { color: rgb(217,151,98); }
H1.HeaderClassName
{
color: #D99762;
}
.AnyTagClassName
{
color: #D99762;
}
</style>
background-color css
<style>
a { background-color: #D99762; }
a { background-color: rgb(217,151,98); }
div.DivClassName
{
background-color: #D99762;
}
.BgClassName
{
background-color: #D99762;
}
</style>
border-color css
<style>
span { border-color: #D99762; }
span { border-color: rgb(217,151,98); }
td.TdClassName
{
border-color: #D99762;
}
.TagClassName
{
border-color: #D99762;
}
</style>