Shades of Whiskey Sour #D99554
Tints of Whiskey Sour #D99554
RGB
CMYK
RGB Variations
Color information
#D99554 (or 0xD99554) is known color: Whiskey Sour. HEX triplet: D9, 95 and 54. RGB value is (217,149,84). Sum of RGB (Red+Green+Blue) = 217+149+84=450 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.22% from 450); Green value is 149 (58.59% from 255 or 33.11% from 450); Blue value is 84 (33.20% from 255 or 18.67% from 450); Max value from RGB is 217 - color contains mainly: red. Hex color #D99554 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99554 is #266AAB. Grayscale: #A2A2A2. Windows color (decimal): -2517676 or 5543385. OLE color: 5543385.
HSL color Cylindrical-coordinate representation of color #D99554: hue angle of 29.32º degrees, saturation: 0.64, 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 #D99554 is Cyan = 0, Magento = 0.31, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 149 | 84 | - |
| CMYK | 0 | 0.31 | 0.61 | 0.15 |
| HSL | 29.32º | 0.64% | 0.59% | - |
| HSV(B) | 29.32º | 0.61% | 0.85% | - |
| XYZ | 40.96 | 36.89 | 13.35 | - |
| YUV | 161.92 | 84.03 | 167.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 149 | 84 | 0 | 0.31 | 0.61 | 0.15 | 29.32 | 0.64 | 0.59 |
| Hex | D9 | 95 | 54 | 0 | 1F | 3D | F | 1D | 40 | 3B |
| Octal | 331 | 225 | 124 | 0 | 37 | 75 | 17 | 35 | 100 | 73 |
| Binary | 11011001 | 10010101 | 1010100 | 0 | 11111 | 111101 | 1111 | 11101 | 1000000 | 111011 |
Color Harmonies of #D99554
Complementary color
Monochromatic Colors of #D99554
Black with #D99554
Text Example
Text Example
White with #D99554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99554; }
p { color: rgb(217,149,84); }
H1.HeaderClassName
{
color: #D99554;
}
.AnyTagClassName
{
color: #D99554;
}
</style>
background-color css
<style>
a { background-color: #D99554; }
a { background-color: rgb(217,149,84); }
div.DivClassName
{
background-color: #D99554;
}
.BgClassName
{
background-color: #D99554;
}
</style>
border-color css
<style>
span { border-color: #D99554; }
span { border-color: rgb(217,149,84); }
td.TdClassName
{
border-color: #D99554;
}
.TagClassName
{
border-color: #D99554;
}
</style>