Shades of Whiskey #DC9668
Tints of Whiskey #DC9668
RGB
CMYK
RGB Variations
Color information
#DC9668 (or 0xDC9668) is known color: Whiskey. HEX triplet: DC, 96 and 68. RGB value is (220,150,104). Sum of RGB (Red+Green+Blue) = 220+150+104=474 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.41% from 474); Green value is 150 (58.98% from 255 or 31.65% from 474); Blue value is 104 (41.02% from 255 or 21.94% from 474); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9668 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9668 is #236997. Grayscale: #A5A5A5. Windows color (decimal): -2320792 or 6854364. OLE color: 6854364.
HSL color Cylindrical-coordinate representation of color #DC9668: hue angle of 23.79º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DC9668 is Cyan = 0, Magento = 0.32, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 150 | 104 | - |
| CMYK | 0 | 0.32 | 0.53 | 0.14 |
| HSL | 23.79º | 0.62% | 0.64% | - |
| HSV(B) | 23.79º | 0.53% | 0.86% | - |
| XYZ | 42.92 | 38.03 | 18.17 | - |
| YUV | 165.69 | 93.19 | 166.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 150 | 104 | 0 | 0.32 | 0.53 | 0.14 | 23.79 | 0.62 | 0.64 |
| Hex | DC | 96 | 68 | 0 | 20 | 35 | E | 18 | 3E | 40 |
| Octal | 334 | 226 | 150 | 0 | 40 | 65 | 16 | 30 | 76 | 100 |
| Binary | 11011100 | 10010110 | 1101000 | 0 | 100000 | 110101 | 1110 | 11000 | 111110 | 1000000 |
Color Harmonies of #DC9668
Complementary color
Monochromatic Colors of #DC9668
Black with #DC9668
Text Example
Text Example
White with #DC9668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9668; }
p { color: rgb(220,150,104); }
H1.HeaderClassName
{
color: #DC9668;
}
.AnyTagClassName
{
color: #DC9668;
}
</style>
background-color css
<style>
a { background-color: #DC9668; }
a { background-color: rgb(220,150,104); }
div.DivClassName
{
background-color: #DC9668;
}
.BgClassName
{
background-color: #DC9668;
}
</style>
border-color css
<style>
span { border-color: #DC9668; }
span { border-color: rgb(220,150,104); }
td.TdClassName
{
border-color: #DC9668;
}
.TagClassName
{
border-color: #DC9668;
}
</style>