Shades of Whiskey Sour #D99663
Tints of Whiskey Sour #D99663
RGB
CMYK
RGB Variations
Color information
#D99663 (or 0xD99663) is known color: Whiskey Sour. HEX triplet: D9, 96 and 63. RGB value is (217,150,99). Sum of RGB (Red+Green+Blue) = 217+150+99=466 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.57% from 466); Green value is 150 (58.98% from 255 or 32.19% from 466); Blue value is 99 (39.06% from 255 or 21.24% from 466); Max value from RGB is 217 - color contains mainly: red. Hex color #D99663 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99663 is #26699C. Grayscale: #A4A4A4. Windows color (decimal): -2517405 or 6526681. OLE color: 6526681.
HSL color Cylindrical-coordinate representation of color #D99663: hue angle of 25.93º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D99663 is Cyan = 0, Magento = 0.31, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 150 | 99 | - |
| CMYK | 0 | 0.31 | 0.54 | 0.15 |
| HSL | 25.93º | 0.61% | 0.62% | - |
| HSV(B) | 25.93º | 0.54% | 0.85% | - |
| XYZ | 41.77 | 37.47 | 16.83 | - |
| YUV | 164.22 | 91.2 | 165.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 150 | 99 | 0 | 0.31 | 0.54 | 0.15 | 25.93 | 0.61 | 0.62 |
| Hex | D9 | 96 | 63 | 0 | 1F | 36 | F | 1A | 3D | 3E |
| Octal | 331 | 226 | 143 | 0 | 37 | 66 | 17 | 32 | 75 | 76 |
| Binary | 11011001 | 10010110 | 1100011 | 0 | 11111 | 110110 | 1111 | 11010 | 111101 | 111110 |
Color Harmonies of #D99663
Complementary color
Monochromatic Colors of #D99663
Black with #D99663
Text Example
Text Example
White with #D99663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99663; }
p { color: rgb(217,150,99); }
H1.HeaderClassName
{
color: #D99663;
}
.AnyTagClassName
{
color: #D99663;
}
</style>
background-color css
<style>
a { background-color: #D99663; }
a { background-color: rgb(217,150,99); }
div.DivClassName
{
background-color: #D99663;
}
.BgClassName
{
background-color: #D99663;
}
</style>
border-color css
<style>
span { border-color: #D99663; }
span { border-color: rgb(217,150,99); }
td.TdClassName
{
border-color: #D99663;
}
.TagClassName
{
border-color: #D99663;
}
</style>