Shades of Whiskey Sour #D99451
Tints of Whiskey Sour #D99451
RGB
CMYK
RGB Variations
Color information
#D99451 (or 0xD99451) is known color: Whiskey Sour. HEX triplet: D9, 94 and 51. RGB value is (217,148,81). Sum of RGB (Red+Green+Blue) = 217+148+81=446 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.65% from 446); Green value is 148 (58.20% from 255 or 33.18% from 446); Blue value is 81 (32.03% from 255 or 18.16% from 446); Max value from RGB is 217 - color contains mainly: red. Hex color #D99451 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99451 is #266BAE. Grayscale: #A1A1A1. Windows color (decimal): -2517935 or 5346521. OLE color: 5346521.
HSL color Cylindrical-coordinate representation of color #D99451: hue angle of 29.56º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D99451 is Cyan = 0, Magento = 0.32, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 148 | 81 | - |
| CMYK | 0 | 0.32 | 0.63 | 0.15 |
| HSL | 29.56º | 0.64% | 0.58% | - |
| HSV(B) | 29.56º | 0.63% | 0.85% | - |
| XYZ | 40.69 | 36.53 | 12.69 | - |
| YUV | 160.99 | 82.86 | 167.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 148 | 81 | 0 | 0.32 | 0.63 | 0.15 | 29.56 | 0.64 | 0.58 |
| Hex | D9 | 94 | 51 | 0 | 20 | 3F | F | 1E | 40 | 3A |
| Octal | 331 | 224 | 121 | 0 | 40 | 77 | 17 | 36 | 100 | 72 |
| Binary | 11011001 | 10010100 | 1010001 | 0 | 100000 | 111111 | 1111 | 11110 | 1000000 | 111010 |
Color Harmonies of #D99451
Complementary color
Monochromatic Colors of #D99451
Black with #D99451
Text Example
Text Example
White with #D99451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99451; }
p { color: rgb(217,148,81); }
H1.HeaderClassName
{
color: #D99451;
}
.AnyTagClassName
{
color: #D99451;
}
</style>
background-color css
<style>
a { background-color: #D99451; }
a { background-color: rgb(217,148,81); }
div.DivClassName
{
background-color: #D99451;
}
.BgClassName
{
background-color: #D99451;
}
</style>
border-color css
<style>
span { border-color: #D99451; }
span { border-color: rgb(217,148,81); }
td.TdClassName
{
border-color: #D99451;
}
.TagClassName
{
border-color: #D99451;
}
</style>