Shades of Whiskey Sour #DC9262
Tints of Whiskey Sour #DC9262
RGB
CMYK
RGB Variations
Color information
#DC9262 (or 0xDC9262) is known color: Whiskey Sour. HEX triplet: DC, 92 and 62. RGB value is (220,146,98). Sum of RGB (Red+Green+Blue) = 220+146+98=464 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.41% from 464); Green value is 146 (57.42% from 255 or 31.47% from 464); Blue value is 98 (38.67% from 255 or 21.12% from 464); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9262 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9262 is #236D9D. Grayscale: #A2A2A2. Windows color (decimal): -2321822 or 6460124. OLE color: 6460124.
HSL color Cylindrical-coordinate representation of color #DC9262: hue angle of 23.61º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DC9262 is Cyan = 0, Magento = 0.34, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 146 | 98 | - |
| CMYK | 0 | 0.34 | 0.55 | 0.14 |
| HSL | 23.61º | 0.64% | 0.62% | - |
| HSV(B) | 23.61º | 0.55% | 0.86% | - |
| XYZ | 42 | 36.66 | 16.42 | - |
| YUV | 162.65 | 91.52 | 168.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 146 | 98 | 0 | 0.34 | 0.55 | 0.14 | 23.61 | 0.64 | 0.62 |
| Hex | DC | 92 | 62 | 0 | 22 | 37 | E | 18 | 40 | 3E |
| Octal | 334 | 222 | 142 | 0 | 42 | 67 | 16 | 30 | 100 | 76 |
| Binary | 11011100 | 10010010 | 1100010 | 0 | 100010 | 110111 | 1110 | 11000 | 1000000 | 111110 |
Color Harmonies of #DC9262
Complementary color
Monochromatic Colors of #DC9262
Black with #DC9262
Text Example
Text Example
White with #DC9262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9262; }
p { color: rgb(220,146,98); }
H1.HeaderClassName
{
color: #DC9262;
}
.AnyTagClassName
{
color: #DC9262;
}
</style>
background-color css
<style>
a { background-color: #DC9262; }
a { background-color: rgb(220,146,98); }
div.DivClassName
{
background-color: #DC9262;
}
.BgClassName
{
background-color: #DC9262;
}
</style>
border-color css
<style>
span { border-color: #DC9262; }
span { border-color: rgb(220,146,98); }
td.TdClassName
{
border-color: #DC9262;
}
.TagClassName
{
border-color: #DC9262;
}
</style>