Shades of Whiskey Sour #D99658
Tints of Whiskey Sour #D99658
RGB
CMYK
RGB Variations
Color information
#D99658 (or 0xD99658) is known color: Whiskey Sour. HEX triplet: D9, 96 and 58. RGB value is (217,150,88). Sum of RGB (Red+Green+Blue) = 217+150+88=455 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.69% from 455); Green value is 150 (58.98% from 255 or 32.97% from 455); Blue value is 88 (34.77% from 255 or 19.34% from 455); Max value from RGB is 217 - color contains mainly: red. Hex color #D99658 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99658 is #2669A7. Grayscale: #A3A3A3. Windows color (decimal): -2517416 or 5805785. OLE color: 5805785.
HSL color Cylindrical-coordinate representation of color #D99658: hue angle of 28.84º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D99658 is Cyan = 0, Magento = 0.31, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 150 | 88 | - |
| CMYK | 0 | 0.31 | 0.59 | 0.15 |
| HSL | 28.84º | 0.63% | 0.6% | - |
| HSV(B) | 28.84º | 0.59% | 0.85% | - |
| XYZ | 41.28 | 37.27 | 14.25 | - |
| YUV | 162.97 | 85.7 | 166.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 150 | 88 | 0 | 0.31 | 0.59 | 0.15 | 28.84 | 0.63 | 0.6 |
| Hex | D9 | 96 | 58 | 0 | 1F | 3B | F | 1D | 3F | 3C |
| Octal | 331 | 226 | 130 | 0 | 37 | 73 | 17 | 35 | 77 | 74 |
| Binary | 11011001 | 10010110 | 1011000 | 0 | 11111 | 111011 | 1111 | 11101 | 111111 | 111100 |
Color Harmonies of #D99658
Complementary color
Monochromatic Colors of #D99658
Black with #D99658
Text Example
Text Example
White with #D99658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99658; }
p { color: rgb(217,150,88); }
H1.HeaderClassName
{
color: #D99658;
}
.AnyTagClassName
{
color: #D99658;
}
</style>
background-color css
<style>
a { background-color: #D99658; }
a { background-color: rgb(217,150,88); }
div.DivClassName
{
background-color: #D99658;
}
.BgClassName
{
background-color: #D99658;
}
</style>
border-color css
<style>
span { border-color: #D99658; }
span { border-color: rgb(217,150,88); }
td.TdClassName
{
border-color: #D99658;
}
.TagClassName
{
border-color: #D99658;
}
</style>