Shades of Whiskey Sour #DC9058
Tints of Whiskey Sour #DC9058
RGB
CMYK
RGB Variations
Color information
#DC9058 (or 0xDC9058) is known color: Whiskey Sour. HEX triplet: DC, 90 and 58. RGB value is (220,144,88). Sum of RGB (Red+Green+Blue) = 220+144+88=452 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.67% from 452); Green value is 144 (56.64% from 255 or 31.86% from 452); Blue value is 88 (34.77% from 255 or 19.47% from 452); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9058 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9058 is #236FA7. Grayscale: #A0A0A0. Windows color (decimal): -2322344 or 5804252. OLE color: 5804252.
HSL color Cylindrical-coordinate representation of color #DC9058: hue angle of 25.45º 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 #DC9058 is Cyan = 0, Magento = 0.35, Yellow = 0.6 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 144 | 88 | - |
| CMYK | 0 | 0.35 | 0.6 | 0.14 |
| HSL | 25.45º | 0.65% | 0.6% | - |
| HSV(B) | 25.45º | 0.6% | 0.86% | - |
| XYZ | 41.25 | 35.87 | 13.98 | - |
| YUV | 160.34 | 87.18 | 170.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 144 | 88 | 0 | 0.35 | 0.6 | 0.14 | 25.45 | 0.65 | 0.6 |
| Hex | DC | 90 | 58 | 0 | 23 | 3C | E | 19 | 41 | 3C |
| Octal | 334 | 220 | 130 | 0 | 43 | 74 | 16 | 31 | 101 | 74 |
| Binary | 11011100 | 10010000 | 1011000 | 0 | 100011 | 111100 | 1110 | 11001 | 1000001 | 111100 |
Color Harmonies of #DC9058
Complementary color
Monochromatic Colors of #DC9058
Black with #DC9058
Text Example
Text Example
White with #DC9058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9058; }
p { color: rgb(220,144,88); }
H1.HeaderClassName
{
color: #DC9058;
}
.AnyTagClassName
{
color: #DC9058;
}
</style>
background-color css
<style>
a { background-color: #DC9058; }
a { background-color: rgb(220,144,88); }
div.DivClassName
{
background-color: #DC9058;
}
.BgClassName
{
background-color: #DC9058;
}
</style>
border-color css
<style>
span { border-color: #DC9058; }
span { border-color: rgb(220,144,88); }
td.TdClassName
{
border-color: #DC9058;
}
.TagClassName
{
border-color: #DC9058;
}
</style>