Shades of Whiskey Sour #DC8F55
Tints of Whiskey Sour #DC8F55
RGB
CMYK
RGB Variations
Color information
#DC8F55 (or 0xDC8F55) is known color: Whiskey Sour. HEX triplet: DC, 8F and 55. RGB value is (220,143,85). Sum of RGB (Red+Green+Blue) = 220+143+85=448 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.11% from 448); Green value is 143 (56.25% from 255 or 31.92% from 448); Blue value is 85 (33.59% from 255 or 18.97% from 448); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8F55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8F55 is #2370AA. Grayscale: #9F9F9F. Windows color (decimal): -2322603 or 5607388. OLE color: 5607388.
HSL color Cylindrical-coordinate representation of color #DC8F55: hue angle of 25.78º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DC8F55 is Cyan = 0, Magento = 0.35, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 143 | 85 | - |
| CMYK | 0 | 0.35 | 0.61 | 0.14 |
| HSL | 25.78º | 0.66% | 0.6% | - |
| HSV(B) | 25.78º | 0.61% | 0.86% | - |
| XYZ | 40.98 | 35.52 | 13.29 | - |
| YUV | 159.41 | 86.01 | 171.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 143 | 85 | 0 | 0.35 | 0.61 | 0.14 | 25.78 | 0.66 | 0.6 |
| Hex | DC | 8F | 55 | 0 | 23 | 3D | E | 1A | 42 | 3C |
| Octal | 334 | 217 | 125 | 0 | 43 | 75 | 16 | 32 | 102 | 74 |
| Binary | 11011100 | 10001111 | 1010101 | 0 | 100011 | 111101 | 1110 | 11010 | 1000010 | 111100 |
Color Harmonies of #DC8F55
Complementary color
Monochromatic Colors of #DC8F55
Black with #DC8F55
Text Example
Text Example
White with #DC8F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8F55; }
p { color: rgb(220,143,85); }
H1.HeaderClassName
{
color: #DC8F55;
}
.AnyTagClassName
{
color: #DC8F55;
}
</style>
background-color css
<style>
a { background-color: #DC8F55; }
a { background-color: rgb(220,143,85); }
div.DivClassName
{
background-color: #DC8F55;
}
.BgClassName
{
background-color: #DC8F55;
}
</style>
border-color css
<style>
span { border-color: #DC8F55; }
span { border-color: rgb(220,143,85); }
td.TdClassName
{
border-color: #DC8F55;
}
.TagClassName
{
border-color: #DC8F55;
}
</style>