Shades of Whiskey Sour #D99254
Tints of Whiskey Sour #D99254
RGB
CMYK
RGB Variations
Color information
#D99254 (or 0xD99254) is known color: Whiskey Sour. HEX triplet: D9, 92 and 54. RGB value is (217,146,84). Sum of RGB (Red+Green+Blue) = 217+146+84=447 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.55% from 447); Green value is 146 (57.42% from 255 or 32.66% from 447); Blue value is 84 (33.20% from 255 or 18.79% from 447); Max value from RGB is 217 - color contains mainly: red. Hex color #D99254 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99254 is #266DAB. Grayscale: #A0A0A0. Windows color (decimal): -2518444 or 5542617. OLE color: 5542617.
HSL color Cylindrical-coordinate representation of color #D99254: hue angle of 27.97º 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 #D99254 is Cyan = 0, Magento = 0.33, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 146 | 84 | - |
| CMYK | 0 | 0.33 | 0.61 | 0.15 |
| HSL | 27.97º | 0.64% | 0.59% | - |
| HSV(B) | 27.97º | 0.61% | 0.85% | - |
| XYZ | 40.49 | 35.95 | 13.19 | - |
| YUV | 160.16 | 85.02 | 168.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 146 | 84 | 0 | 0.33 | 0.61 | 0.15 | 27.97 | 0.64 | 0.59 |
| Hex | D9 | 92 | 54 | 0 | 21 | 3D | F | 1C | 40 | 3B |
| Octal | 331 | 222 | 124 | 0 | 41 | 75 | 17 | 34 | 100 | 73 |
| Binary | 11011001 | 10010010 | 1010100 | 0 | 100001 | 111101 | 1111 | 11100 | 1000000 | 111011 |
Color Harmonies of #D99254
Complementary color
Monochromatic Colors of #D99254
Black with #D99254
Text Example
Text Example
White with #D99254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99254; }
p { color: rgb(217,146,84); }
H1.HeaderClassName
{
color: #D99254;
}
.AnyTagClassName
{
color: #D99254;
}
</style>
background-color css
<style>
a { background-color: #D99254; }
a { background-color: rgb(217,146,84); }
div.DivClassName
{
background-color: #D99254;
}
.BgClassName
{
background-color: #D99254;
}
</style>
border-color css
<style>
span { border-color: #D99254; }
span { border-color: rgb(217,146,84); }
td.TdClassName
{
border-color: #D99254;
}
.TagClassName
{
border-color: #D99254;
}
</style>