Shades of Whiskey Sour #DC8A51
Tints of Whiskey Sour #DC8A51
RGB
CMYK
RGB Variations
Color information
#DC8A51 (or 0xDC8A51) is known color: Whiskey Sour. HEX triplet: DC, 8A and 51. RGB value is (220,138,81). Sum of RGB (Red+Green+Blue) = 220+138+81=439 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.11% from 439); Green value is 138 (54.30% from 255 or 31.44% from 439); Blue value is 81 (32.03% from 255 or 18.45% from 439); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8A51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8A51 is #2375AE. Grayscale: #9C9C9C. Windows color (decimal): -2323887 or 5343964. OLE color: 5343964.
HSL color Cylindrical-coordinate representation of color #DC8A51: hue angle of 24.6º 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 #DC8A51 is Cyan = 0, Magento = 0.37, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 138 | 81 | - |
| CMYK | 0 | 0.37 | 0.63 | 0.14 |
| HSL | 24.6º | 0.67% | 0.59% | - |
| HSV(B) | 24.6º | 0.63% | 0.86% | - |
| XYZ | 40.09 | 33.99 | 12.23 | - |
| YUV | 156.02 | 85.67 | 173.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 138 | 81 | 0 | 0.37 | 0.63 | 0.14 | 24.6 | 0.67 | 0.59 |
| Hex | DC | 8A | 51 | 0 | 25 | 3F | E | 19 | 43 | 3B |
| Octal | 334 | 212 | 121 | 0 | 45 | 77 | 16 | 31 | 103 | 73 |
| Binary | 11011100 | 10001010 | 1010001 | 0 | 100101 | 111111 | 1110 | 11001 | 1000011 | 111011 |
Color Harmonies of #DC8A51
Complementary color
Monochromatic Colors of #DC8A51
Black with #DC8A51
Text Example
Text Example
White with #DC8A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8A51; }
p { color: rgb(220,138,81); }
H1.HeaderClassName
{
color: #DC8A51;
}
.AnyTagClassName
{
color: #DC8A51;
}
</style>
background-color css
<style>
a { background-color: #DC8A51; }
a { background-color: rgb(220,138,81); }
div.DivClassName
{
background-color: #DC8A51;
}
.BgClassName
{
background-color: #DC8A51;
}
</style>
border-color css
<style>
span { border-color: #DC8A51; }
span { border-color: rgb(220,138,81); }
td.TdClassName
{
border-color: #DC8A51;
}
.TagClassName
{
border-color: #DC8A51;
}
</style>