Shades of Whiskey Sour #DC8F56
Tints of Whiskey Sour #DC8F56
RGB
CMYK
RGB Variations
Color information
#DC8F56 (or 0xDC8F56) is known color: Whiskey Sour. HEX triplet: DC, 8F and 56. RGB value is (220,143,86). Sum of RGB (Red+Green+Blue) = 220+143+86=449 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.00% from 449); Green value is 143 (56.25% from 255 or 31.85% from 449); Blue value is 86 (33.98% from 255 or 19.15% from 449); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8F56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8F56 is #2370A9. Grayscale: #9F9F9F. Windows color (decimal): -2322602 or 5672924. OLE color: 5672924.
HSL color Cylindrical-coordinate representation of color #DC8F56: hue angle of 25.52º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DC8F56 is Cyan = 0, Magento = 0.35, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 143 | 86 | - |
| CMYK | 0 | 0.35 | 0.61 | 0.14 |
| HSL | 25.52º | 0.66% | 0.6% | - |
| HSV(B) | 25.52º | 0.61% | 0.86% | - |
| XYZ | 41.02 | 35.53 | 13.5 | - |
| YUV | 159.53 | 86.51 | 171.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 143 | 86 | 0 | 0.35 | 0.61 | 0.14 | 25.52 | 0.66 | 0.6 |
| Hex | DC | 8F | 56 | 0 | 23 | 3D | E | 1A | 42 | 3C |
| Octal | 334 | 217 | 126 | 0 | 43 | 75 | 16 | 32 | 102 | 74 |
| Binary | 11011100 | 10001111 | 1010110 | 0 | 100011 | 111101 | 1110 | 11010 | 1000010 | 111100 |
Color Harmonies of #DC8F56
Complementary color
Monochromatic Colors of #DC8F56
Black with #DC8F56
Text Example
Text Example
White with #DC8F56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8F56; }
p { color: rgb(220,143,86); }
H1.HeaderClassName
{
color: #DC8F56;
}
.AnyTagClassName
{
color: #DC8F56;
}
</style>
background-color css
<style>
a { background-color: #DC8F56; }
a { background-color: rgb(220,143,86); }
div.DivClassName
{
background-color: #DC8F56;
}
.BgClassName
{
background-color: #DC8F56;
}
</style>
border-color css
<style>
span { border-color: #DC8F56; }
span { border-color: rgb(220,143,86); }
td.TdClassName
{
border-color: #DC8F56;
}
.TagClassName
{
border-color: #DC8F56;
}
</style>