Shades of Whiskey Sour #DC9764
Tints of Whiskey Sour #DC9764
RGB
CMYK
RGB Variations
Color information
#DC9764 (or 0xDC9764) is known color: Whiskey Sour. HEX triplet: DC, 97 and 64. RGB value is (220,151,100). Sum of RGB (Red+Green+Blue) = 220+151+100=471 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.71% from 471); Green value is 151 (59.38% from 255 or 32.06% from 471); Blue value is 100 (39.45% from 255 or 21.23% from 471); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9764 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9764 is #23689B. Grayscale: #A6A6A6. Windows color (decimal): -2320540 or 6592476. OLE color: 6592476.
HSL color Cylindrical-coordinate representation of color #DC9764: hue angle of 25.5º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DC9764 is Cyan = 0, Magento = 0.31, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 151 | 100 | - |
| CMYK | 0 | 0.31 | 0.55 | 0.14 |
| HSL | 25.5º | 0.63% | 0.63% | - |
| HSV(B) | 25.5º | 0.55% | 0.86% | - |
| XYZ | 42.88 | 38.27 | 17.18 | - |
| YUV | 165.82 | 90.86 | 166.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 151 | 100 | 0 | 0.31 | 0.55 | 0.14 | 25.5 | 0.63 | 0.63 |
| Hex | DC | 97 | 64 | 0 | 1F | 37 | E | 1A | 3F | 3F |
| Octal | 334 | 227 | 144 | 0 | 37 | 67 | 16 | 32 | 77 | 77 |
| Binary | 11011100 | 10010111 | 1100100 | 0 | 11111 | 110111 | 1110 | 11010 | 111111 | 111111 |
Color Harmonies of #DC9764
Complementary color
Monochromatic Colors of #DC9764
Black with #DC9764
Text Example
Text Example
White with #DC9764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9764; }
p { color: rgb(220,151,100); }
H1.HeaderClassName
{
color: #DC9764;
}
.AnyTagClassName
{
color: #DC9764;
}
</style>
background-color css
<style>
a { background-color: #DC9764; }
a { background-color: rgb(220,151,100); }
div.DivClassName
{
background-color: #DC9764;
}
.BgClassName
{
background-color: #DC9764;
}
</style>
border-color css
<style>
span { border-color: #DC9764; }
span { border-color: rgb(220,151,100); }
td.TdClassName
{
border-color: #DC9764;
}
.TagClassName
{
border-color: #DC9764;
}
</style>