Shades of Whiskey Sour #DC9054
Tints of Whiskey Sour #DC9054
RGB
CMYK
RGB Variations
Color information
#DC9054 (or 0xDC9054) is known color: Whiskey Sour. HEX triplet: DC, 90 and 54. RGB value is (220,144,84). Sum of RGB (Red+Green+Blue) = 220+144+84=448 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.11% from 448); Green value is 144 (56.64% from 255 or 32.14% from 448); Blue value is 84 (33.20% from 255 or 18.75% from 448); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9054 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9054 is #236FAB. Grayscale: #A0A0A0. Windows color (decimal): -2322348 or 5542108. OLE color: 5542108.
HSL color Cylindrical-coordinate representation of color #DC9054: hue angle of 26.47º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DC9054 is Cyan = 0, Magento = 0.35, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 144 | 84 | - |
| CMYK | 0 | 0.35 | 0.62 | 0.14 |
| HSL | 26.47º | 0.66% | 0.6% | - |
| HSV(B) | 26.47º | 0.62% | 0.86% | - |
| XYZ | 41.09 | 35.8 | 13.13 | - |
| YUV | 159.88 | 85.18 | 170.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 144 | 84 | 0 | 0.35 | 0.62 | 0.14 | 26.47 | 0.66 | 0.6 |
| Hex | DC | 90 | 54 | 0 | 23 | 3E | E | 1A | 42 | 3C |
| Octal | 334 | 220 | 124 | 0 | 43 | 76 | 16 | 32 | 102 | 74 |
| Binary | 11011100 | 10010000 | 1010100 | 0 | 100011 | 111110 | 1110 | 11010 | 1000010 | 111100 |
Color Harmonies of #DC9054
Complementary color
Monochromatic Colors of #DC9054
Black with #DC9054
Text Example
Text Example
White with #DC9054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9054; }
p { color: rgb(220,144,84); }
H1.HeaderClassName
{
color: #DC9054;
}
.AnyTagClassName
{
color: #DC9054;
}
</style>
background-color css
<style>
a { background-color: #DC9054; }
a { background-color: rgb(220,144,84); }
div.DivClassName
{
background-color: #DC9054;
}
.BgClassName
{
background-color: #DC9054;
}
</style>
border-color css
<style>
span { border-color: #DC9054; }
span { border-color: rgb(220,144,84); }
td.TdClassName
{
border-color: #DC9054;
}
.TagClassName
{
border-color: #DC9054;
}
</style>