Shades of Whiskey Sour #D99252
Tints of Whiskey Sour #D99252
RGB
CMYK
RGB Variations
Color information
#D99252 (or 0xD99252) is known color: Whiskey Sour. HEX triplet: D9, 92 and 52. RGB value is (217,146,82). Sum of RGB (Red+Green+Blue) = 217+146+82=445 (58% of max value = 765). Red value is 217 (85.16% from 255 or 48.76% from 445); Green value is 146 (57.42% from 255 or 32.81% from 445); Blue value is 82 (32.42% from 255 or 18.43% from 445); Max value from RGB is 217 - color contains mainly: red. Hex color #D99252 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99252 is #266DAD. Grayscale: #A0A0A0. Windows color (decimal): -2518446 or 5411545. OLE color: 5411545.
HSL color Cylindrical-coordinate representation of color #D99252: hue angle of 28.44º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D99252 is Cyan = 0, Magento = 0.33, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 146 | 82 | - |
| CMYK | 0 | 0.33 | 0.62 | 0.15 |
| HSL | 28.44º | 0.64% | 0.59% | - |
| HSV(B) | 28.44º | 0.62% | 0.85% | - |
| XYZ | 40.42 | 35.92 | 12.79 | - |
| YUV | 159.93 | 84.02 | 168.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 146 | 82 | 0 | 0.33 | 0.62 | 0.15 | 28.44 | 0.64 | 0.59 |
| Hex | D9 | 92 | 52 | 0 | 21 | 3E | F | 1C | 40 | 3B |
| Octal | 331 | 222 | 122 | 0 | 41 | 76 | 17 | 34 | 100 | 73 |
| Binary | 11011001 | 10010010 | 1010010 | 0 | 100001 | 111110 | 1111 | 11100 | 1000000 | 111011 |
Color Harmonies of #D99252
Complementary color
Monochromatic Colors of #D99252
Black with #D99252
Text Example
Text Example
White with #D99252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99252; }
p { color: rgb(217,146,82); }
H1.HeaderClassName
{
color: #D99252;
}
.AnyTagClassName
{
color: #D99252;
}
</style>
background-color css
<style>
a { background-color: #D99252; }
a { background-color: rgb(217,146,82); }
div.DivClassName
{
background-color: #D99252;
}
.BgClassName
{
background-color: #D99252;
}
</style>
border-color css
<style>
span { border-color: #D99252; }
span { border-color: rgb(217,146,82); }
td.TdClassName
{
border-color: #D99252;
}
.TagClassName
{
border-color: #D99252;
}
</style>