Shades of Whiskey Sour #DE8656
Tints of Whiskey Sour #DE8656
RGB
CMYK
RGB Variations
Color information
#DE8656 (or 0xDE8656) is known color: Whiskey Sour. HEX triplet: DE, 86 and 56. RGB value is (222,134,86). Sum of RGB (Red+Green+Blue) = 222+134+86=442 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.23% from 442); Green value is 134 (52.73% from 255 or 30.32% from 442); Blue value is 86 (33.98% from 255 or 19.46% from 442); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8656 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE8656 is #2179A9. Grayscale: #9B9B9B. Windows color (decimal): -2193834 or 5670622. OLE color: 5670622.
HSL color Cylindrical-coordinate representation of color #DE8656: hue angle of 21.18º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DE8656 is Cyan = 0, Magento = 0.40, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 134 | 86 | - |
| CMYK | 0 | 0.40 | 0.61 | 0.13 |
| HSL | 21.18º | 0.67% | 0.6% | - |
| HSV(B) | 21.18º | 0.61% | 0.87% | - |
| XYZ | 40.33 | 33.25 | 13.1 | - |
| YUV | 154.84 | 89.15 | 175.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 134 | 86 | 0 | 0.40 | 0.61 | 0.13 | 21.18 | 0.67 | 0.6 |
| Hex | DE | 86 | 56 | 0 | 28 | 3D | D | 15 | 43 | 3C |
| Octal | 336 | 206 | 126 | 0 | 50 | 75 | 15 | 25 | 103 | 74 |
| Binary | 11011110 | 10000110 | 1010110 | 0 | 101000 | 111101 | 1101 | 10101 | 1000011 | 111100 |
Color Harmonies of #DE8656
Complementary color
Monochromatic Colors of #DE8656
Black with #DE8656
Text Example
Text Example
White with #DE8656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE8656; }
p { color: rgb(222,134,86); }
H1.HeaderClassName
{
color: #DE8656;
}
.AnyTagClassName
{
color: #DE8656;
}
</style>
background-color css
<style>
a { background-color: #DE8656; }
a { background-color: rgb(222,134,86); }
div.DivClassName
{
background-color: #DE8656;
}
.BgClassName
{
background-color: #DE8656;
}
</style>
border-color css
<style>
span { border-color: #DE8656; }
span { border-color: rgb(222,134,86); }
td.TdClassName
{
border-color: #DE8656;
}
.TagClassName
{
border-color: #DE8656;
}
</style>