Shades of Whiskey Sour #DC8C52
Tints of Whiskey Sour #DC8C52
RGB
CMYK
RGB Variations
Color information
#DC8C52 (or 0xDC8C52) is known color: Whiskey Sour. HEX triplet: DC, 8C and 52. RGB value is (220,140,82). Sum of RGB (Red+Green+Blue) = 220+140+82=442 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.77% from 442); Green value is 140 (55.08% from 255 or 31.67% from 442); Blue value is 82 (32.42% from 255 or 18.55% from 442); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8C52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8C52 is #2373AD. Grayscale: #9D9D9D. Windows color (decimal): -2323374 or 5410012. OLE color: 5410012.
HSL color Cylindrical-coordinate representation of color #DC8C52: hue angle of 25.22º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DC8C52 is Cyan = 0, Magento = 0.36, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 140 | 82 | - |
| CMYK | 0 | 0.36 | 0.63 | 0.14 |
| HSL | 25.22º | 0.66% | 0.59% | - |
| HSV(B) | 25.22º | 0.63% | 0.86% | - |
| XYZ | 40.42 | 34.58 | 12.53 | - |
| YUV | 157.31 | 85.5 | 172.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 140 | 82 | 0 | 0.36 | 0.63 | 0.14 | 25.22 | 0.66 | 0.59 |
| Hex | DC | 8C | 52 | 0 | 24 | 3F | E | 19 | 42 | 3B |
| Octal | 334 | 214 | 122 | 0 | 44 | 77 | 16 | 31 | 102 | 73 |
| Binary | 11011100 | 10001100 | 1010010 | 0 | 100100 | 111111 | 1110 | 11001 | 1000010 | 111011 |
Color Harmonies of #DC8C52
Complementary color
Monochromatic Colors of #DC8C52
Black with #DC8C52
Text Example
Text Example
White with #DC8C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8C52; }
p { color: rgb(220,140,82); }
H1.HeaderClassName
{
color: #DC8C52;
}
.AnyTagClassName
{
color: #DC8C52;
}
</style>
background-color css
<style>
a { background-color: #DC8C52; }
a { background-color: rgb(220,140,82); }
div.DivClassName
{
background-color: #DC8C52;
}
.BgClassName
{
background-color: #DC8C52;
}
</style>
border-color css
<style>
span { border-color: #DC8C52; }
span { border-color: rgb(220,140,82); }
td.TdClassName
{
border-color: #DC8C52;
}
.TagClassName
{
border-color: #DC8C52;
}
</style>