Shades of Whiskey Sour #DC8C51
Tints of Whiskey Sour #DC8C51
RGB
CMYK
RGB Variations
Color information
#DC8C51 (or 0xDC8C51) is known color: Whiskey Sour. HEX triplet: DC, 8C and 51. RGB value is (220,140,81). Sum of RGB (Red+Green+Blue) = 220+140+81=441 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.89% from 441); Green value is 140 (55.08% from 255 or 31.75% from 441); Blue value is 81 (32.03% from 255 or 18.37% from 441); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8C51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8C51 is #2373AE. Grayscale: #9D9D9D. Windows color (decimal): -2323375 or 5344476. OLE color: 5344476.
HSL color Cylindrical-coordinate representation of color #DC8C51: hue angle of 25.47º degrees, saturation: 0.67, 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 #DC8C51 is Cyan = 0, Magento = 0.36, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 140 | 81 | - |
| CMYK | 0 | 0.36 | 0.63 | 0.14 |
| HSL | 25.47º | 0.67% | 0.59% | - |
| HSV(B) | 25.47º | 0.63% | 0.86% | - |
| XYZ | 40.38 | 34.57 | 12.33 | - |
| YUV | 157.19 | 85 | 172.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 140 | 81 | 0 | 0.36 | 0.63 | 0.14 | 25.47 | 0.67 | 0.59 |
| Hex | DC | 8C | 51 | 0 | 24 | 3F | E | 19 | 43 | 3B |
| Octal | 334 | 214 | 121 | 0 | 44 | 77 | 16 | 31 | 103 | 73 |
| Binary | 11011100 | 10001100 | 1010001 | 0 | 100100 | 111111 | 1110 | 11001 | 1000011 | 111011 |
Color Harmonies of #DC8C51
Complementary color
Monochromatic Colors of #DC8C51
Black with #DC8C51
Text Example
Text Example
White with #DC8C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8C51; }
p { color: rgb(220,140,81); }
H1.HeaderClassName
{
color: #DC8C51;
}
.AnyTagClassName
{
color: #DC8C51;
}
</style>
background-color css
<style>
a { background-color: #DC8C51; }
a { background-color: rgb(220,140,81); }
div.DivClassName
{
background-color: #DC8C51;
}
.BgClassName
{
background-color: #DC8C51;
}
</style>
border-color css
<style>
span { border-color: #DC8C51; }
span { border-color: rgb(220,140,81); }
td.TdClassName
{
border-color: #DC8C51;
}
.TagClassName
{
border-color: #DC8C51;
}
</style>