Shades of Whiskey Sour #D99557
Tints of Whiskey Sour #D99557
RGB
CMYK
RGB Variations
Color information
#D99557 (or 0xD99557) is known color: Whiskey Sour. HEX triplet: D9, 95 and 57. RGB value is (217,149,87). Sum of RGB (Red+Green+Blue) = 217+149+87=453 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.90% from 453); Green value is 149 (58.59% from 255 or 32.89% from 453); Blue value is 87 (34.38% from 255 or 19.21% from 453); Max value from RGB is 217 - color contains mainly: red. Hex color #D99557 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99557 is #266AA8. Grayscale: #A2A2A2. Windows color (decimal): -2517673 or 5739993. OLE color: 5739993.
HSL color Cylindrical-coordinate representation of color #D99557: hue angle of 28.62º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D99557 is Cyan = 0, Magento = 0.31, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 149 | 87 | - |
| CMYK | 0 | 0.31 | 0.60 | 0.15 |
| HSL | 28.62º | 0.63% | 0.6% | - |
| HSV(B) | 28.62º | 0.6% | 0.85% | - |
| XYZ | 41.08 | 36.93 | 13.98 | - |
| YUV | 162.26 | 85.53 | 167.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 149 | 87 | 0 | 0.31 | 0.60 | 0.15 | 28.62 | 0.63 | 0.6 |
| Hex | D9 | 95 | 57 | 0 | 1F | 3C | F | 1D | 3F | 3C |
| Octal | 331 | 225 | 127 | 0 | 37 | 74 | 17 | 35 | 77 | 74 |
| Binary | 11011001 | 10010101 | 1010111 | 0 | 11111 | 111100 | 1111 | 11101 | 111111 | 111100 |
Color Harmonies of #D99557
Complementary color
Monochromatic Colors of #D99557
Black with #D99557
Text Example
Text Example
White with #D99557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99557; }
p { color: rgb(217,149,87); }
H1.HeaderClassName
{
color: #D99557;
}
.AnyTagClassName
{
color: #D99557;
}
</style>
background-color css
<style>
a { background-color: #D99557; }
a { background-color: rgb(217,149,87); }
div.DivClassName
{
background-color: #D99557;
}
.BgClassName
{
background-color: #D99557;
}
</style>
border-color css
<style>
span { border-color: #D99557; }
span { border-color: rgb(217,149,87); }
td.TdClassName
{
border-color: #D99557;
}
.TagClassName
{
border-color: #D99557;
}
</style>