Shades of Whiskey Sour #DC8653
Tints of Whiskey Sour #DC8653
RGB
CMYK
RGB Variations
Color information
#DC8653 (or 0xDC8653) is known color: Whiskey Sour. HEX triplet: DC, 86 and 53. RGB value is (220,134,83). Sum of RGB (Red+Green+Blue) = 220+134+83=437 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.34% from 437); Green value is 134 (52.73% from 255 or 30.66% from 437); Blue value is 83 (32.81% from 255 or 18.99% from 437); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8653 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8653 is #2379AC. Grayscale: #9A9A9A. Windows color (decimal): -2324909 or 5474012. OLE color: 5474012.
HSL color Cylindrical-coordinate representation of color #DC8653: hue angle of 22.34º 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 #DC8653 is Cyan = 0, Magento = 0.39, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 134 | 83 | - |
| CMYK | 0 | 0.39 | 0.62 | 0.14 |
| HSL | 22.34º | 0.66% | 0.59% | - |
| HSV(B) | 22.34º | 0.62% | 0.86% | - |
| XYZ | 39.6 | 32.89 | 12.44 | - |
| YUV | 153.9 | 87.99 | 175.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 134 | 83 | 0 | 0.39 | 0.62 | 0.14 | 22.34 | 0.66 | 0.59 |
| Hex | DC | 86 | 53 | 0 | 27 | 3E | E | 16 | 42 | 3B |
| Octal | 334 | 206 | 123 | 0 | 47 | 76 | 16 | 26 | 102 | 73 |
| Binary | 11011100 | 10000110 | 1010011 | 0 | 100111 | 111110 | 1110 | 10110 | 1000010 | 111011 |
Color Harmonies of #DC8653
Complementary color
Monochromatic Colors of #DC8653
Black with #DC8653
Text Example
Text Example
White with #DC8653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8653; }
p { color: rgb(220,134,83); }
H1.HeaderClassName
{
color: #DC8653;
}
.AnyTagClassName
{
color: #DC8653;
}
</style>
background-color css
<style>
a { background-color: #DC8653; }
a { background-color: rgb(220,134,83); }
div.DivClassName
{
background-color: #DC8653;
}
.BgClassName
{
background-color: #DC8653;
}
</style>
border-color css
<style>
span { border-color: #DC8653; }
span { border-color: rgb(220,134,83); }
td.TdClassName
{
border-color: #DC8653;
}
.TagClassName
{
border-color: #DC8653;
}
</style>