Shades of Whiskey Sour #DC8851
Tints of Whiskey Sour #DC8851
RGB
CMYK
RGB Variations
Color information
#DC8851 (or 0xDC8851) is known color: Whiskey Sour. HEX triplet: DC, 88 and 51. RGB value is (220,136,81). Sum of RGB (Red+Green+Blue) = 220+136+81=437 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.34% from 437); Green value is 136 (53.52% from 255 or 31.12% from 437); Blue value is 81 (32.03% from 255 or 18.54% from 437); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8851 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8851 is #2377AE. Grayscale: #9B9B9B. Windows color (decimal): -2324399 or 5343452. OLE color: 5343452.
HSL color Cylindrical-coordinate representation of color #DC8851: hue angle of 23.74º 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 #DC8851 is Cyan = 0, Magento = 0.38, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 136 | 81 | - |
| CMYK | 0 | 0.38 | 0.63 | 0.14 |
| HSL | 23.74º | 0.67% | 0.59% | - |
| HSV(B) | 23.74º | 0.63% | 0.86% | - |
| XYZ | 39.8 | 33.42 | 12.14 | - |
| YUV | 154.85 | 86.33 | 174.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 136 | 81 | 0 | 0.38 | 0.63 | 0.14 | 23.74 | 0.67 | 0.59 |
| Hex | DC | 88 | 51 | 0 | 26 | 3F | E | 18 | 43 | 3B |
| Octal | 334 | 210 | 121 | 0 | 46 | 77 | 16 | 30 | 103 | 73 |
| Binary | 11011100 | 10001000 | 1010001 | 0 | 100110 | 111111 | 1110 | 11000 | 1000011 | 111011 |
Color Harmonies of #DC8851
Complementary color
Monochromatic Colors of #DC8851
Black with #DC8851
Text Example
Text Example
White with #DC8851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8851; }
p { color: rgb(220,136,81); }
H1.HeaderClassName
{
color: #DC8851;
}
.AnyTagClassName
{
color: #DC8851;
}
</style>
background-color css
<style>
a { background-color: #DC8851; }
a { background-color: rgb(220,136,81); }
div.DivClassName
{
background-color: #DC8851;
}
.BgClassName
{
background-color: #DC8851;
}
</style>
border-color css
<style>
span { border-color: #DC8851; }
span { border-color: rgb(220,136,81); }
td.TdClassName
{
border-color: #DC8851;
}
.TagClassName
{
border-color: #DC8851;
}
</style>