Shades of Whiskey Sour #DC9255
Tints of Whiskey Sour #DC9255
RGB
CMYK
RGB Variations
Color information
#DC9255 (or 0xDC9255) is known color: Whiskey Sour. HEX triplet: DC, 92 and 55. RGB value is (220,146,85). Sum of RGB (Red+Green+Blue) = 220+146+85=451 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.78% from 451); Green value is 146 (57.42% from 255 or 32.37% from 451); Blue value is 85 (33.59% from 255 or 18.85% from 451); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9255 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9255 is #236DAA. Grayscale: #A1A1A1. Windows color (decimal): -2321835 or 5608156. OLE color: 5608156.
HSL color Cylindrical-coordinate representation of color #DC9255: hue angle of 27.11º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DC9255 is Cyan = 0, Magento = 0.34, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 146 | 85 | - |
| CMYK | 0 | 0.34 | 0.61 | 0.14 |
| HSL | 27.11º | 0.66% | 0.6% | - |
| HSV(B) | 27.11º | 0.61% | 0.86% | - |
| XYZ | 41.43 | 36.43 | 13.44 | - |
| YUV | 161.17 | 85.02 | 169.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 146 | 85 | 0 | 0.34 | 0.61 | 0.14 | 27.11 | 0.66 | 0.6 |
| Hex | DC | 92 | 55 | 0 | 22 | 3D | E | 1B | 42 | 3C |
| Octal | 334 | 222 | 125 | 0 | 42 | 75 | 16 | 33 | 102 | 74 |
| Binary | 11011100 | 10010010 | 1010101 | 0 | 100010 | 111101 | 1110 | 11011 | 1000010 | 111100 |
Color Harmonies of #DC9255
Complementary color
Monochromatic Colors of #DC9255
Black with #DC9255
Text Example
Text Example
White with #DC9255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9255; }
p { color: rgb(220,146,85); }
H1.HeaderClassName
{
color: #DC9255;
}
.AnyTagClassName
{
color: #DC9255;
}
</style>
background-color css
<style>
a { background-color: #DC9255; }
a { background-color: rgb(220,146,85); }
div.DivClassName
{
background-color: #DC9255;
}
.BgClassName
{
background-color: #DC9255;
}
</style>
border-color css
<style>
span { border-color: #DC9255; }
span { border-color: rgb(220,146,85); }
td.TdClassName
{
border-color: #DC9255;
}
.TagClassName
{
border-color: #DC9255;
}
</style>