Shades of Whiskey Sour #DC8F53
Tints of Whiskey Sour #DC8F53
RGB
CMYK
RGB Variations
Color information
#DC8F53 (or 0xDC8F53) is known color: Whiskey Sour. HEX triplet: DC, 8F and 53. RGB value is (220,143,83). Sum of RGB (Red+Green+Blue) = 220+143+83=446 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.33% from 446); Green value is 143 (56.25% from 255 or 32.06% from 446); Blue value is 83 (32.81% from 255 or 18.61% from 446); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8F53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8F53 is #2370AC. Grayscale: #9F9F9F. Windows color (decimal): -2322605 or 5476316. OLE color: 5476316.
HSL color Cylindrical-coordinate representation of color #DC8F53: hue angle of 26.28º 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 #DC8F53 is Cyan = 0, Magento = 0.35, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 143 | 83 | - |
| CMYK | 0 | 0.35 | 0.62 | 0.14 |
| HSL | 26.28º | 0.66% | 0.59% | - |
| HSV(B) | 26.28º | 0.62% | 0.86% | - |
| XYZ | 40.9 | 35.49 | 12.88 | - |
| YUV | 159.18 | 85.01 | 171.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 143 | 83 | 0 | 0.35 | 0.62 | 0.14 | 26.28 | 0.66 | 0.59 |
| Hex | DC | 8F | 53 | 0 | 23 | 3E | E | 1A | 42 | 3B |
| Octal | 334 | 217 | 123 | 0 | 43 | 76 | 16 | 32 | 102 | 73 |
| Binary | 11011100 | 10001111 | 1010011 | 0 | 100011 | 111110 | 1110 | 11010 | 1000010 | 111011 |
Color Harmonies of #DC8F53
Complementary color
Monochromatic Colors of #DC8F53
Black with #DC8F53
Text Example
Text Example
White with #DC8F53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8F53; }
p { color: rgb(220,143,83); }
H1.HeaderClassName
{
color: #DC8F53;
}
.AnyTagClassName
{
color: #DC8F53;
}
</style>
background-color css
<style>
a { background-color: #DC8F53; }
a { background-color: rgb(220,143,83); }
div.DivClassName
{
background-color: #DC8F53;
}
.BgClassName
{
background-color: #DC8F53;
}
</style>
border-color css
<style>
span { border-color: #DC8F53; }
span { border-color: rgb(220,143,83); }
td.TdClassName
{
border-color: #DC8F53;
}
.TagClassName
{
border-color: #DC8F53;
}
</style>