Shades of Whiskey #DC9666
Tints of Whiskey #DC9666
RGB
CMYK
RGB Variations
Color information
#DC9666 (or 0xDC9666) is known color: Whiskey. HEX triplet: DC, 96 and 66. RGB value is (220,150,102). Sum of RGB (Red+Green+Blue) = 220+150+102=472 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.61% from 472); Green value is 150 (58.98% from 255 or 31.78% from 472); Blue value is 102 (40.23% from 255 or 21.61% from 472); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9666 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9666 is #236999. Grayscale: #A5A5A5. Windows color (decimal): -2320794 or 6723292. OLE color: 6723292.
HSL color Cylindrical-coordinate representation of color #DC9666: hue angle of 24.41º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DC9666 is Cyan = 0, Magento = 0.32, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 150 | 102 | - |
| CMYK | 0 | 0.32 | 0.54 | 0.14 |
| HSL | 24.41º | 0.63% | 0.63% | - |
| HSV(B) | 24.41º | 0.54% | 0.86% | - |
| XYZ | 42.82 | 37.99 | 17.65 | - |
| YUV | 165.46 | 92.19 | 166.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 150 | 102 | 0 | 0.32 | 0.54 | 0.14 | 24.41 | 0.63 | 0.63 |
| Hex | DC | 96 | 66 | 0 | 20 | 36 | E | 18 | 3F | 3F |
| Octal | 334 | 226 | 146 | 0 | 40 | 66 | 16 | 30 | 77 | 77 |
| Binary | 11011100 | 10010110 | 1100110 | 0 | 100000 | 110110 | 1110 | 11000 | 111111 | 111111 |
Color Harmonies of #DC9666
Complementary color
Monochromatic Colors of #DC9666
Black with #DC9666
Text Example
Text Example
White with #DC9666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9666; }
p { color: rgb(220,150,102); }
H1.HeaderClassName
{
color: #DC9666;
}
.AnyTagClassName
{
color: #DC9666;
}
</style>
background-color css
<style>
a { background-color: #DC9666; }
a { background-color: rgb(220,150,102); }
div.DivClassName
{
background-color: #DC9666;
}
.BgClassName
{
background-color: #DC9666;
}
</style>
border-color css
<style>
span { border-color: #DC9666; }
span { border-color: rgb(220,150,102); }
td.TdClassName
{
border-color: #DC9666;
}
.TagClassName
{
border-color: #DC9666;
}
</style>