Shades of Whiskey Sour #DC8B51
Tints of Whiskey Sour #DC8B51
RGB
CMYK
RGB Variations
Color information
#DC8B51 (or 0xDC8B51) is known color: Whiskey Sour. HEX triplet: DC, 8B and 51. RGB value is (220,139,81). Sum of RGB (Red+Green+Blue) = 220+139+81=440 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50% from 440); Green value is 139 (54.69% from 255 or 31.59% from 440); Blue value is 81 (32.03% from 255 or 18.41% from 440); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8B51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8B51 is #2374AE. Grayscale: #9C9C9C. Windows color (decimal): -2323631 or 5344220. OLE color: 5344220.
HSL color Cylindrical-coordinate representation of color #DC8B51: hue angle of 25.04º 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 #DC8B51 is Cyan = 0, Magento = 0.37, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 139 | 81 | - |
| CMYK | 0 | 0.37 | 0.63 | 0.14 |
| HSL | 25.04º | 0.67% | 0.59% | - |
| HSV(B) | 25.04º | 0.63% | 0.86% | - |
| XYZ | 40.23 | 34.27 | 12.28 | - |
| YUV | 156.61 | 85.34 | 173.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 139 | 81 | 0 | 0.37 | 0.63 | 0.14 | 25.04 | 0.67 | 0.59 |
| Hex | DC | 8B | 51 | 0 | 25 | 3F | E | 19 | 43 | 3B |
| Octal | 334 | 213 | 121 | 0 | 45 | 77 | 16 | 31 | 103 | 73 |
| Binary | 11011100 | 10001011 | 1010001 | 0 | 100101 | 111111 | 1110 | 11001 | 1000011 | 111011 |
Color Harmonies of #DC8B51
Complementary color
Monochromatic Colors of #DC8B51
Black with #DC8B51
Text Example
Text Example
White with #DC8B51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8B51; }
p { color: rgb(220,139,81); }
H1.HeaderClassName
{
color: #DC8B51;
}
.AnyTagClassName
{
color: #DC8B51;
}
</style>
background-color css
<style>
a { background-color: #DC8B51; }
a { background-color: rgb(220,139,81); }
div.DivClassName
{
background-color: #DC8B51;
}
.BgClassName
{
background-color: #DC8B51;
}
</style>
border-color css
<style>
span { border-color: #DC8B51; }
span { border-color: rgb(220,139,81); }
td.TdClassName
{
border-color: #DC8B51;
}
.TagClassName
{
border-color: #DC8B51;
}
</style>