Shades of Whiskey Sour #DE8F5A
Tints of Whiskey Sour #DE8F5A
RGB
CMYK
RGB Variations
Color information
#DE8F5A (or 0xDE8F5A) is known color: Whiskey Sour. HEX triplet: DE, 8F and 5A. RGB value is (222,143,90). Sum of RGB (Red+Green+Blue) = 222+143+90=455 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.79% from 455); Green value is 143 (56.25% from 255 or 31.43% from 455); Blue value is 90 (35.55% from 255 or 19.78% from 455); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8F5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE8F5A is #2170A5. Grayscale: #A0A0A0. Windows color (decimal): -2191526 or 5935070. OLE color: 5935070.
HSL color Cylindrical-coordinate representation of color #DE8F5A: hue angle of 24.09º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DE8F5A is Cyan = 0, Magento = 0.36, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 143 | 90 | - |
| CMYK | 0 | 0.36 | 0.59 | 0.13 |
| HSL | 24.09º | 0.67% | 0.61% | - |
| HSV(B) | 24.09º | 0.59% | 0.87% | - |
| XYZ | 41.79 | 35.91 | 14.4 | - |
| YUV | 160.58 | 88.17 | 171.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 143 | 90 | 0 | 0.36 | 0.59 | 0.13 | 24.09 | 0.67 | 0.61 |
| Hex | DE | 8F | 5A | 0 | 24 | 3B | D | 18 | 43 | 3D |
| Octal | 336 | 217 | 132 | 0 | 44 | 73 | 15 | 30 | 103 | 75 |
| Binary | 11011110 | 10001111 | 1011010 | 0 | 100100 | 111011 | 1101 | 11000 | 1000011 | 111101 |
Color Harmonies of #DE8F5A
Complementary color
Monochromatic Colors of #DE8F5A
Black with #DE8F5A
Text Example
Text Example
White with #DE8F5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE8F5A; }
p { color: rgb(222,143,90); }
H1.HeaderClassName
{
color: #DE8F5A;
}
.AnyTagClassName
{
color: #DE8F5A;
}
</style>
background-color css
<style>
a { background-color: #DE8F5A; }
a { background-color: rgb(222,143,90); }
div.DivClassName
{
background-color: #DE8F5A;
}
.BgClassName
{
background-color: #DE8F5A;
}
</style>
border-color css
<style>
span { border-color: #DE8F5A; }
span { border-color: rgb(222,143,90); }
td.TdClassName
{
border-color: #DE8F5A;
}
.TagClassName
{
border-color: #DE8F5A;
}
</style>