Shades of Whiskey Sour #DC9662
Tints of Whiskey Sour #DC9662
RGB
CMYK
RGB Variations
Color information
#DC9662 (or 0xDC9662) is known color: Whiskey Sour. HEX triplet: DC, 96 and 62. RGB value is (220,150,98). Sum of RGB (Red+Green+Blue) = 220+150+98=468 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.01% from 468); Green value is 150 (58.98% from 255 or 32.05% from 468); Blue value is 98 (38.67% from 255 or 20.94% from 468); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9662 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9662 is #23699D. Grayscale: #A5A5A5. Windows color (decimal): -2320798 or 6461148. OLE color: 6461148.
HSL color Cylindrical-coordinate representation of color #DC9662: hue angle of 25.57º 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 #DC9662 is Cyan = 0, Magento = 0.32, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 150 | 98 | - |
| CMYK | 0 | 0.32 | 0.55 | 0.14 |
| HSL | 25.57º | 0.64% | 0.62% | - |
| HSV(B) | 25.57º | 0.55% | 0.86% | - |
| XYZ | 42.63 | 37.91 | 16.63 | - |
| YUV | 165 | 90.19 | 167.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 150 | 98 | 0 | 0.32 | 0.55 | 0.14 | 25.57 | 0.64 | 0.62 |
| Hex | DC | 96 | 62 | 0 | 20 | 37 | E | 1A | 40 | 3E |
| Octal | 334 | 226 | 142 | 0 | 40 | 67 | 16 | 32 | 100 | 76 |
| Binary | 11011100 | 10010110 | 1100010 | 0 | 100000 | 110111 | 1110 | 11010 | 1000000 | 111110 |
Color Harmonies of #DC9662
Complementary color
Monochromatic Colors of #DC9662
Black with #DC9662
Text Example
Text Example
White with #DC9662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9662; }
p { color: rgb(220,150,98); }
H1.HeaderClassName
{
color: #DC9662;
}
.AnyTagClassName
{
color: #DC9662;
}
</style>
background-color css
<style>
a { background-color: #DC9662; }
a { background-color: rgb(220,150,98); }
div.DivClassName
{
background-color: #DC9662;
}
.BgClassName
{
background-color: #DC9662;
}
</style>
border-color css
<style>
span { border-color: #DC9662; }
span { border-color: rgb(220,150,98); }
td.TdClassName
{
border-color: #DC9662;
}
.TagClassName
{
border-color: #DC9662;
}
</style>