Shades of Whiskey Sour #DC8F5E
Tints of Whiskey Sour #DC8F5E
RGB
CMYK
RGB Variations
Color information
#DC8F5E (or 0xDC8F5E) is known color: Whiskey Sour. HEX triplet: DC, 8F and 5E. RGB value is (220,143,94). Sum of RGB (Red+Green+Blue) = 220+143+94=457 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.14% from 457); Green value is 143 (56.25% from 255 or 31.29% from 457); Blue value is 94 (37.11% from 255 or 20.57% from 457); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8F5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8F5E is #2370A1. Grayscale: #A0A0A0. Windows color (decimal): -2322594 or 6197212. OLE color: 6197212.
HSL color Cylindrical-coordinate representation of color #DC8F5E: hue angle of 23.33º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DC8F5E is Cyan = 0, Magento = 0.35, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 143 | 94 | - |
| CMYK | 0 | 0.35 | 0.57 | 0.14 |
| HSL | 23.33º | 0.64% | 0.62% | - |
| HSV(B) | 23.33º | 0.57% | 0.86% | - |
| XYZ | 41.36 | 35.67 | 15.29 | - |
| YUV | 160.44 | 90.51 | 170.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 143 | 94 | 0 | 0.35 | 0.57 | 0.14 | 23.33 | 0.64 | 0.62 |
| Hex | DC | 8F | 5E | 0 | 23 | 39 | E | 17 | 40 | 3E |
| Octal | 334 | 217 | 136 | 0 | 43 | 71 | 16 | 27 | 100 | 76 |
| Binary | 11011100 | 10001111 | 1011110 | 0 | 100011 | 111001 | 1110 | 10111 | 1000000 | 111110 |
Color Harmonies of #DC8F5E
Complementary color
Monochromatic Colors of #DC8F5E
Black with #DC8F5E
Text Example
Text Example
White with #DC8F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8F5E; }
p { color: rgb(220,143,94); }
H1.HeaderClassName
{
color: #DC8F5E;
}
.AnyTagClassName
{
color: #DC8F5E;
}
</style>
background-color css
<style>
a { background-color: #DC8F5E; }
a { background-color: rgb(220,143,94); }
div.DivClassName
{
background-color: #DC8F5E;
}
.BgClassName
{
background-color: #DC8F5E;
}
</style>
border-color css
<style>
span { border-color: #DC8F5E; }
span { border-color: rgb(220,143,94); }
td.TdClassName
{
border-color: #DC8F5E;
}
.TagClassName
{
border-color: #DC8F5E;
}
</style>