Shades of Whiskey Sour #D99358
Tints of Whiskey Sour #D99358
RGB
CMYK
RGB Variations
Color information
#D99358 (or 0xD99358) is known color: Whiskey Sour. HEX triplet: D9, 93 and 58. RGB value is (217,147,88). Sum of RGB (Red+Green+Blue) = 217+147+88=452 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.01% from 452); Green value is 147 (57.81% from 255 or 32.52% from 452); Blue value is 88 (34.77% from 255 or 19.47% from 452); Max value from RGB is 217 - color contains mainly: red. Hex color #D99358 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99358 is #266CA7. Grayscale: #A1A1A1. Windows color (decimal): -2518184 or 5805017. OLE color: 5805017.
HSL color Cylindrical-coordinate representation of color #D99358: hue angle of 27.44º 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 #D99358 is Cyan = 0, Magento = 0.32, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 147 | 88 | - |
| CMYK | 0 | 0.32 | 0.59 | 0.15 |
| HSL | 27.44º | 0.63% | 0.6% | - |
| HSV(B) | 27.44º | 0.59% | 0.85% | - |
| XYZ | 40.81 | 36.32 | 14.09 | - |
| YUV | 161.2 | 86.69 | 167.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 147 | 88 | 0 | 0.32 | 0.59 | 0.15 | 27.44 | 0.63 | 0.6 |
| Hex | D9 | 93 | 58 | 0 | 20 | 3B | F | 1B | 3F | 3C |
| Octal | 331 | 223 | 130 | 0 | 40 | 73 | 17 | 33 | 77 | 74 |
| Binary | 11011001 | 10010011 | 1011000 | 0 | 100000 | 111011 | 1111 | 11011 | 111111 | 111100 |
Color Harmonies of #D99358
Complementary color
Monochromatic Colors of #D99358
Black with #D99358
Text Example
Text Example
White with #D99358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99358; }
p { color: rgb(217,147,88); }
H1.HeaderClassName
{
color: #D99358;
}
.AnyTagClassName
{
color: #D99358;
}
</style>
background-color css
<style>
a { background-color: #D99358; }
a { background-color: rgb(217,147,88); }
div.DivClassName
{
background-color: #D99358;
}
.BgClassName
{
background-color: #D99358;
}
</style>
border-color css
<style>
span { border-color: #D99358; }
span { border-color: rgb(217,147,88); }
td.TdClassName
{
border-color: #D99358;
}
.TagClassName
{
border-color: #D99358;
}
</style>