Shades of Whiskey Sour #DC8D51
Tints of Whiskey Sour #DC8D51
RGB
CMYK
RGB Variations
Color information
#DC8D51 (or 0xDC8D51) is known color: Whiskey Sour. HEX triplet: DC, 8D and 51. RGB value is (220,141,81). Sum of RGB (Red+Green+Blue) = 220+141+81=442 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.77% from 442); Green value is 141 (55.47% from 255 or 31.90% from 442); Blue value is 81 (32.03% from 255 or 18.33% from 442); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8D51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8D51 is #2372AE. Grayscale: #9E9E9E. Windows color (decimal): -2323119 or 5344732. OLE color: 5344732.
HSL color Cylindrical-coordinate representation of color #DC8D51: hue angle of 25.9º 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 #DC8D51 is Cyan = 0, Magento = 0.36, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 141 | 81 | - |
| CMYK | 0 | 0.36 | 0.63 | 0.14 |
| HSL | 25.9º | 0.67% | 0.59% | - |
| HSV(B) | 25.9º | 0.63% | 0.86% | - |
| XYZ | 40.53 | 34.86 | 12.38 | - |
| YUV | 157.78 | 84.67 | 172.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 141 | 81 | 0 | 0.36 | 0.63 | 0.14 | 25.9 | 0.67 | 0.59 |
| Hex | DC | 8D | 51 | 0 | 24 | 3F | E | 1A | 43 | 3B |
| Octal | 334 | 215 | 121 | 0 | 44 | 77 | 16 | 32 | 103 | 73 |
| Binary | 11011100 | 10001101 | 1010001 | 0 | 100100 | 111111 | 1110 | 11010 | 1000011 | 111011 |
Color Harmonies of #DC8D51
Complementary color
Monochromatic Colors of #DC8D51
Black with #DC8D51
Text Example
Text Example
White with #DC8D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8D51; }
p { color: rgb(220,141,81); }
H1.HeaderClassName
{
color: #DC8D51;
}
.AnyTagClassName
{
color: #DC8D51;
}
</style>
background-color css
<style>
a { background-color: #DC8D51; }
a { background-color: rgb(220,141,81); }
div.DivClassName
{
background-color: #DC8D51;
}
.BgClassName
{
background-color: #DC8D51;
}
</style>
border-color css
<style>
span { border-color: #DC8D51; }
span { border-color: rgb(220,141,81); }
td.TdClassName
{
border-color: #DC8D51;
}
.TagClassName
{
border-color: #DC8D51;
}
</style>