Shades of Whiskey Sour #D99055
Tints of Whiskey Sour #D99055
RGB
CMYK
RGB Variations
Color information
#D99055 (or 0xD99055) is known color: Whiskey Sour. HEX triplet: D9, 90 and 55. RGB value is (217,144,85). Sum of RGB (Red+Green+Blue) = 217+144+85=446 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.65% from 446); Green value is 144 (56.64% from 255 or 32.29% from 446); Blue value is 85 (33.59% from 255 or 19.06% from 446); Max value from RGB is 217 - color contains mainly: red. Hex color #D99055 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99055 is #266FAA. Grayscale: #9F9F9F. Windows color (decimal): -2518955 or 5607641. OLE color: 5607641.
HSL color Cylindrical-coordinate representation of color #D99055: hue angle of 26.82º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D99055 is Cyan = 0, Magento = 0.34, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 144 | 85 | - |
| CMYK | 0 | 0.34 | 0.61 | 0.15 |
| HSL | 26.82º | 0.63% | 0.59% | - |
| HSV(B) | 26.82º | 0.61% | 0.85% | - |
| XYZ | 40.23 | 35.35 | 13.3 | - |
| YUV | 159.1 | 86.18 | 169.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 144 | 85 | 0 | 0.34 | 0.61 | 0.15 | 26.82 | 0.63 | 0.59 |
| Hex | D9 | 90 | 55 | 0 | 22 | 3D | F | 1B | 3F | 3B |
| Octal | 331 | 220 | 125 | 0 | 42 | 75 | 17 | 33 | 77 | 73 |
| Binary | 11011001 | 10010000 | 1010101 | 0 | 100010 | 111101 | 1111 | 11011 | 111111 | 111011 |
Color Harmonies of #D99055
Complementary color
Monochromatic Colors of #D99055
Black with #D99055
Text Example
Text Example
White with #D99055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99055; }
p { color: rgb(217,144,85); }
H1.HeaderClassName
{
color: #D99055;
}
.AnyTagClassName
{
color: #D99055;
}
</style>
background-color css
<style>
a { background-color: #D99055; }
a { background-color: rgb(217,144,85); }
div.DivClassName
{
background-color: #D99055;
}
.BgClassName
{
background-color: #D99055;
}
</style>
border-color css
<style>
span { border-color: #D99055; }
span { border-color: rgb(217,144,85); }
td.TdClassName
{
border-color: #D99055;
}
.TagClassName
{
border-color: #D99055;
}
</style>