Shades of Whiskey Sour #DC9362
Tints of Whiskey Sour #DC9362
RGB
CMYK
RGB Variations
Color information
#DC9362 (or 0xDC9362) is known color: Whiskey Sour. HEX triplet: DC, 93 and 62. RGB value is (220,147,98). Sum of RGB (Red+Green+Blue) = 220+147+98=465 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.31% from 465); Green value is 147 (57.81% from 255 or 31.61% from 465); Blue value is 98 (38.67% from 255 or 21.08% from 465); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9362 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9362 is #236C9D. Grayscale: #A3A3A3. Windows color (decimal): -2321566 or 6460380. OLE color: 6460380.
HSL color Cylindrical-coordinate representation of color #DC9362: hue angle of 24.1º 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 #DC9362 is Cyan = 0, Magento = 0.33, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 147 | 98 | - |
| CMYK | 0 | 0.33 | 0.55 | 0.14 |
| HSL | 24.1º | 0.64% | 0.62% | - |
| HSV(B) | 24.1º | 0.55% | 0.86% | - |
| XYZ | 42.15 | 36.96 | 16.47 | - |
| YUV | 163.24 | 91.18 | 168.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 147 | 98 | 0 | 0.33 | 0.55 | 0.14 | 24.1 | 0.64 | 0.62 |
| Hex | DC | 93 | 62 | 0 | 21 | 37 | E | 18 | 40 | 3E |
| Octal | 334 | 223 | 142 | 0 | 41 | 67 | 16 | 30 | 100 | 76 |
| Binary | 11011100 | 10010011 | 1100010 | 0 | 100001 | 110111 | 1110 | 11000 | 1000000 | 111110 |
Color Harmonies of #DC9362
Complementary color
Monochromatic Colors of #DC9362
Black with #DC9362
Text Example
Text Example
White with #DC9362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9362; }
p { color: rgb(220,147,98); }
H1.HeaderClassName
{
color: #DC9362;
}
.AnyTagClassName
{
color: #DC9362;
}
</style>
background-color css
<style>
a { background-color: #DC9362; }
a { background-color: rgb(220,147,98); }
div.DivClassName
{
background-color: #DC9362;
}
.BgClassName
{
background-color: #DC9362;
}
</style>
border-color css
<style>
span { border-color: #DC9362; }
span { border-color: rgb(220,147,98); }
td.TdClassName
{
border-color: #DC9362;
}
.TagClassName
{
border-color: #DC9362;
}
</style>