Shades of Whiskey Sour #DC8955
Tints of Whiskey Sour #DC8955
RGB
CMYK
RGB Variations
Color information
#DC8955 (or 0xDC8955) is known color: Whiskey Sour. HEX triplet: DC, 89 and 55. RGB value is (220,137,85). Sum of RGB (Red+Green+Blue) = 220+137+85=442 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.77% from 442); Green value is 137 (53.91% from 255 or 31.00% from 442); Blue value is 85 (33.59% from 255 or 19.23% from 442); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8955 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8955 is #2376AA. Grayscale: #9C9C9C. Windows color (decimal): -2324139 or 5605852. OLE color: 5605852.
HSL color Cylindrical-coordinate representation of color #DC8955: hue angle of 23.11º 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 #DC8955 is Cyan = 0, Magento = 0.38, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 137 | 85 | - |
| CMYK | 0 | 0.38 | 0.61 | 0.14 |
| HSL | 23.11º | 0.66% | 0.6% | - |
| HSV(B) | 23.11º | 0.61% | 0.86% | - |
| XYZ | 40.1 | 33.76 | 13 | - |
| YUV | 155.89 | 88 | 173.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 137 | 85 | 0 | 0.38 | 0.61 | 0.14 | 23.11 | 0.66 | 0.6 |
| Hex | DC | 89 | 55 | 0 | 26 | 3D | E | 17 | 42 | 3C |
| Octal | 334 | 211 | 125 | 0 | 46 | 75 | 16 | 27 | 102 | 74 |
| Binary | 11011100 | 10001001 | 1010101 | 0 | 100110 | 111101 | 1110 | 10111 | 1000010 | 111100 |
Color Harmonies of #DC8955
Complementary color
Monochromatic Colors of #DC8955
Black with #DC8955
Text Example
Text Example
White with #DC8955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8955; }
p { color: rgb(220,137,85); }
H1.HeaderClassName
{
color: #DC8955;
}
.AnyTagClassName
{
color: #DC8955;
}
</style>
background-color css
<style>
a { background-color: #DC8955; }
a { background-color: rgb(220,137,85); }
div.DivClassName
{
background-color: #DC8955;
}
.BgClassName
{
background-color: #DC8955;
}
</style>
border-color css
<style>
span { border-color: #DC8955; }
span { border-color: rgb(220,137,85); }
td.TdClassName
{
border-color: #DC8955;
}
.TagClassName
{
border-color: #DC8955;
}
</style>