Shades of Whiskey Sour #DE9151
Tints of Whiskey Sour #DE9151
RGB
CMYK
RGB Variations
Color information
#DE9151 (or 0xDE9151) is known color: Whiskey Sour. HEX triplet: DE, 91 and 51. RGB value is (222,145,81). Sum of RGB (Red+Green+Blue) = 222+145+81=448 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.55% from 448); Green value is 145 (57.03% from 255 or 32.37% from 448); Blue value is 81 (32.03% from 255 or 18.08% from 448); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9151 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE9151 is #216EAE. Grayscale: #A1A1A1. Windows color (decimal): -2191023 or 5345758. OLE color: 5345758.
HSL color Cylindrical-coordinate representation of color #DE9151: hue angle of 27.23º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DE9151 is Cyan = 0, Magento = 0.35, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 145 | 81 | - |
| CMYK | 0 | 0.35 | 0.64 | 0.13 |
| HSL | 27.23º | 0.68% | 0.59% | - |
| HSV(B) | 27.23º | 0.64% | 0.87% | - |
| XYZ | 41.73 | 36.37 | 12.61 | - |
| YUV | 160.73 | 83.01 | 171.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 145 | 81 | 0 | 0.35 | 0.64 | 0.13 | 27.23 | 0.68 | 0.59 |
| Hex | DE | 91 | 51 | 0 | 23 | 40 | D | 1B | 44 | 3B |
| Octal | 336 | 221 | 121 | 0 | 43 | 100 | 15 | 33 | 104 | 73 |
| Binary | 11011110 | 10010001 | 1010001 | 0 | 100011 | 1000000 | 1101 | 11011 | 1000100 | 111011 |
Color Harmonies of #DE9151
Complementary color
Monochromatic Colors of #DE9151
Black with #DE9151
Text Example
Text Example
White with #DE9151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE9151; }
p { color: rgb(222,145,81); }
H1.HeaderClassName
{
color: #DE9151;
}
.AnyTagClassName
{
color: #DE9151;
}
</style>
background-color css
<style>
a { background-color: #DE9151; }
a { background-color: rgb(222,145,81); }
div.DivClassName
{
background-color: #DE9151;
}
.BgClassName
{
background-color: #DE9151;
}
</style>
border-color css
<style>
span { border-color: #DE9151; }
span { border-color: rgb(222,145,81); }
td.TdClassName
{
border-color: #DE9151;
}
.TagClassName
{
border-color: #DE9151;
}
</style>