Shades of Whiskey Sour #DC8C53
Tints of Whiskey Sour #DC8C53
RGB
CMYK
RGB Variations
Color information
#DC8C53 (or 0xDC8C53) is known color: Whiskey Sour. HEX triplet: DC, 8C and 53. RGB value is (220,140,83). Sum of RGB (Red+Green+Blue) = 220+140+83=443 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.66% from 443); Green value is 140 (55.08% from 255 or 31.60% from 443); Blue value is 83 (32.81% from 255 or 18.74% from 443); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8C53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8C53 is #2373AC. Grayscale: #9D9D9D. Windows color (decimal): -2323373 or 5475548. OLE color: 5475548.
HSL color Cylindrical-coordinate representation of color #DC8C53: hue angle of 24.96º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DC8C53 is Cyan = 0, Magento = 0.36, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 140 | 83 | - |
| CMYK | 0 | 0.36 | 0.62 | 0.14 |
| HSL | 24.96º | 0.66% | 0.59% | - |
| HSV(B) | 24.96º | 0.62% | 0.86% | - |
| XYZ | 40.45 | 34.6 | 12.73 | - |
| YUV | 157.42 | 86 | 172.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 140 | 83 | 0 | 0.36 | 0.62 | 0.14 | 24.96 | 0.66 | 0.59 |
| Hex | DC | 8C | 53 | 0 | 24 | 3E | E | 19 | 42 | 3B |
| Octal | 334 | 214 | 123 | 0 | 44 | 76 | 16 | 31 | 102 | 73 |
| Binary | 11011100 | 10001100 | 1010011 | 0 | 100100 | 111110 | 1110 | 11001 | 1000010 | 111011 |
Color Harmonies of #DC8C53
Complementary color
Monochromatic Colors of #DC8C53
Black with #DC8C53
Text Example
Text Example
White with #DC8C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8C53; }
p { color: rgb(220,140,83); }
H1.HeaderClassName
{
color: #DC8C53;
}
.AnyTagClassName
{
color: #DC8C53;
}
</style>
background-color css
<style>
a { background-color: #DC8C53; }
a { background-color: rgb(220,140,83); }
div.DivClassName
{
background-color: #DC8C53;
}
.BgClassName
{
background-color: #DC8C53;
}
</style>
border-color css
<style>
span { border-color: #DC8C53; }
span { border-color: rgb(220,140,83); }
td.TdClassName
{
border-color: #DC8C53;
}
.TagClassName
{
border-color: #DC8C53;
}
</style>