Shades of Whiskey Sour #DC9254
Tints of Whiskey Sour #DC9254
RGB
CMYK
RGB Variations
Color information
#DC9254 (or 0xDC9254) is known color: Whiskey Sour. HEX triplet: DC, 92 and 54. RGB value is (220,146,84). Sum of RGB (Red+Green+Blue) = 220+146+84=450 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.89% from 450); Green value is 146 (57.42% from 255 or 32.44% from 450); Blue value is 84 (33.20% from 255 or 18.67% from 450); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9254 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9254 is #236DAB. Grayscale: #A1A1A1. Windows color (decimal): -2321836 or 5542620. OLE color: 5542620.
HSL color Cylindrical-coordinate representation of color #DC9254: hue angle of 27.35º 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 #DC9254 is Cyan = 0, Magento = 0.34, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 146 | 84 | - |
| CMYK | 0 | 0.34 | 0.62 | 0.14 |
| HSL | 27.35º | 0.66% | 0.6% | - |
| HSV(B) | 27.35º | 0.62% | 0.86% | - |
| XYZ | 41.39 | 36.41 | 13.23 | - |
| YUV | 161.06 | 84.52 | 170.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 146 | 84 | 0 | 0.34 | 0.62 | 0.14 | 27.35 | 0.66 | 0.6 |
| Hex | DC | 92 | 54 | 0 | 22 | 3E | E | 1B | 42 | 3C |
| Octal | 334 | 222 | 124 | 0 | 42 | 76 | 16 | 33 | 102 | 74 |
| Binary | 11011100 | 10010010 | 1010100 | 0 | 100010 | 111110 | 1110 | 11011 | 1000010 | 111100 |
Color Harmonies of #DC9254
Complementary color
Monochromatic Colors of #DC9254
Black with #DC9254
Text Example
Text Example
White with #DC9254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9254; }
p { color: rgb(220,146,84); }
H1.HeaderClassName
{
color: #DC9254;
}
.AnyTagClassName
{
color: #DC9254;
}
</style>
background-color css
<style>
a { background-color: #DC9254; }
a { background-color: rgb(220,146,84); }
div.DivClassName
{
background-color: #DC9254;
}
.BgClassName
{
background-color: #DC9254;
}
</style>
border-color css
<style>
span { border-color: #DC9254; }
span { border-color: rgb(220,146,84); }
td.TdClassName
{
border-color: #DC9254;
}
.TagClassName
{
border-color: #DC9254;
}
</style>