Shades of Whiskey Sour #DE915D
Tints of Whiskey Sour #DE915D
RGB
CMYK
RGB Variations
Color information
#DE915D (or 0xDE915D) is known color: Whiskey Sour. HEX triplet: DE, 91 and 5D. RGB value is (222,145,93). Sum of RGB (Red+Green+Blue) = 222+145+93=460 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.26% from 460); Green value is 145 (57.03% from 255 or 31.52% from 460); Blue value is 93 (36.72% from 255 or 20.22% from 460); Max value from RGB is 222 - color contains mainly: red. Hex color #DE915D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE915D is #216EA2. Grayscale: #A2A2A2. Windows color (decimal): -2191011 or 6132190. OLE color: 6132190.
HSL color Cylindrical-coordinate representation of color #DE915D: hue angle of 24.19º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DE915D is Cyan = 0, Magento = 0.35, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 145 | 93 | - |
| CMYK | 0 | 0.35 | 0.58 | 0.13 |
| HSL | 24.19º | 0.66% | 0.62% | - |
| HSV(B) | 24.19º | 0.58% | 0.87% | - |
| XYZ | 42.23 | 36.57 | 15.19 | - |
| YUV | 162.1 | 89.01 | 170.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 145 | 93 | 0 | 0.35 | 0.58 | 0.13 | 24.19 | 0.66 | 0.62 |
| Hex | DE | 91 | 5D | 0 | 23 | 3A | D | 18 | 42 | 3E |
| Octal | 336 | 221 | 135 | 0 | 43 | 72 | 15 | 30 | 102 | 76 |
| Binary | 11011110 | 10010001 | 1011101 | 0 | 100011 | 111010 | 1101 | 11000 | 1000010 | 111110 |
Color Harmonies of #DE915D
Complementary color
Monochromatic Colors of #DE915D
Black with #DE915D
Text Example
Text Example
White with #DE915D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE915D; }
p { color: rgb(222,145,93); }
H1.HeaderClassName
{
color: #DE915D;
}
.AnyTagClassName
{
color: #DE915D;
}
</style>
background-color css
<style>
a { background-color: #DE915D; }
a { background-color: rgb(222,145,93); }
div.DivClassName
{
background-color: #DE915D;
}
.BgClassName
{
background-color: #DE915D;
}
</style>
border-color css
<style>
span { border-color: #DE915D; }
span { border-color: rgb(222,145,93); }
td.TdClassName
{
border-color: #DE915D;
}
.TagClassName
{
border-color: #DE915D;
}
</style>