Shades of Whiskey Sour #DC8A58
Tints of Whiskey Sour #DC8A58
RGB
CMYK
RGB Variations
Color information
#DC8A58 (or 0xDC8A58) is known color: Whiskey Sour. HEX triplet: DC, 8A and 58. RGB value is (220,138,88). Sum of RGB (Red+Green+Blue) = 220+138+88=446 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.33% from 446); Green value is 138 (54.30% from 255 or 30.94% from 446); Blue value is 88 (34.77% from 255 or 19.73% from 446); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8A58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8A58 is #2375A7. Grayscale: #9D9D9D. Windows color (decimal): -2323880 or 5802716. OLE color: 5802716.
HSL color Cylindrical-coordinate representation of color #DC8A58: hue angle of 22.73º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DC8A58 is Cyan = 0, Magento = 0.37, Yellow = 0.6 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 138 | 88 | - |
| CMYK | 0 | 0.37 | 0.6 | 0.14 |
| HSL | 22.73º | 0.65% | 0.6% | - |
| HSV(B) | 22.73º | 0.6% | 0.86% | - |
| XYZ | 40.37 | 34.1 | 13.69 | - |
| YUV | 156.82 | 89.17 | 173.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 138 | 88 | 0 | 0.37 | 0.6 | 0.14 | 22.73 | 0.65 | 0.6 |
| Hex | DC | 8A | 58 | 0 | 25 | 3C | E | 17 | 41 | 3C |
| Octal | 334 | 212 | 130 | 0 | 45 | 74 | 16 | 27 | 101 | 74 |
| Binary | 11011100 | 10001010 | 1011000 | 0 | 100101 | 111100 | 1110 | 10111 | 1000001 | 111100 |
Color Harmonies of #DC8A58
Complementary color
Monochromatic Colors of #DC8A58
Black with #DC8A58
Text Example
Text Example
White with #DC8A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8A58; }
p { color: rgb(220,138,88); }
H1.HeaderClassName
{
color: #DC8A58;
}
.AnyTagClassName
{
color: #DC8A58;
}
</style>
background-color css
<style>
a { background-color: #DC8A58; }
a { background-color: rgb(220,138,88); }
div.DivClassName
{
background-color: #DC8A58;
}
.BgClassName
{
background-color: #DC8A58;
}
</style>
border-color css
<style>
span { border-color: #DC8A58; }
span { border-color: rgb(220,138,88); }
td.TdClassName
{
border-color: #DC8A58;
}
.TagClassName
{
border-color: #DC8A58;
}
</style>