Shades of Whiskey Sour #DC9053
Tints of Whiskey Sour #DC9053
RGB
CMYK
RGB Variations
Color information
#DC9053 (or 0xDC9053) is known color: Whiskey Sour. HEX triplet: DC, 90 and 53. RGB value is (220,144,83). Sum of RGB (Red+Green+Blue) = 220+144+83=447 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.22% from 447); Green value is 144 (56.64% from 255 or 32.21% from 447); Blue value is 83 (32.81% from 255 or 18.57% from 447); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9053 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9053 is #236FAC. Grayscale: #A0A0A0. Windows color (decimal): -2322349 or 5476572. OLE color: 5476572.
HSL color Cylindrical-coordinate representation of color #DC9053: hue angle of 26.72º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DC9053 is Cyan = 0, Magento = 0.35, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 144 | 83 | - |
| CMYK | 0 | 0.35 | 0.62 | 0.14 |
| HSL | 26.72º | 0.66% | 0.59% | - |
| HSV(B) | 26.72º | 0.62% | 0.86% | - |
| XYZ | 41.05 | 35.79 | 12.93 | - |
| YUV | 159.77 | 84.68 | 170.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 144 | 83 | 0 | 0.35 | 0.62 | 0.14 | 26.72 | 0.66 | 0.59 |
| Hex | DC | 90 | 53 | 0 | 23 | 3E | E | 1B | 42 | 3B |
| Octal | 334 | 220 | 123 | 0 | 43 | 76 | 16 | 33 | 102 | 73 |
| Binary | 11011100 | 10010000 | 1010011 | 0 | 100011 | 111110 | 1110 | 11011 | 1000010 | 111011 |
Color Harmonies of #DC9053
Complementary color
Monochromatic Colors of #DC9053
Black with #DC9053
Text Example
Text Example
White with #DC9053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9053; }
p { color: rgb(220,144,83); }
H1.HeaderClassName
{
color: #DC9053;
}
.AnyTagClassName
{
color: #DC9053;
}
</style>
background-color css
<style>
a { background-color: #DC9053; }
a { background-color: rgb(220,144,83); }
div.DivClassName
{
background-color: #DC9053;
}
.BgClassName
{
background-color: #DC9053;
}
</style>
border-color css
<style>
span { border-color: #DC9053; }
span { border-color: rgb(220,144,83); }
td.TdClassName
{
border-color: #DC9053;
}
.TagClassName
{
border-color: #DC9053;
}
</style>