Shades of Whiskey #DC9564
Tints of Whiskey #DC9564
RGB
CMYK
RGB Variations
Color information
#DC9564 (or 0xDC9564) is known color: Whiskey. HEX triplet: DC, 95 and 64. RGB value is (220,149,100). Sum of RGB (Red+Green+Blue) = 220+149+100=469 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.91% from 469); Green value is 149 (58.59% from 255 or 31.77% from 469); Blue value is 100 (39.45% from 255 or 21.32% from 469); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9564 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9564 is #236A9B. Grayscale: #A4A4A4. Windows color (decimal): -2321052 or 6591964. OLE color: 6591964.
HSL color Cylindrical-coordinate representation of color #DC9564: hue angle of 24.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 #DC9564 is Cyan = 0, Magento = 0.32, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 149 | 100 | - |
| CMYK | 0 | 0.32 | 0.55 | 0.14 |
| HSL | 24.5º | 0.63% | 0.63% | - |
| HSV(B) | 24.5º | 0.55% | 0.86% | - |
| XYZ | 42.56 | 37.63 | 17.08 | - |
| YUV | 164.64 | 91.52 | 167.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 149 | 100 | 0 | 0.32 | 0.55 | 0.14 | 24.5 | 0.63 | 0.63 |
| Hex | DC | 95 | 64 | 0 | 20 | 37 | E | 18 | 3F | 3F |
| Octal | 334 | 225 | 144 | 0 | 40 | 67 | 16 | 30 | 77 | 77 |
| Binary | 11011100 | 10010101 | 1100100 | 0 | 100000 | 110111 | 1110 | 11000 | 111111 | 111111 |
Color Harmonies of #DC9564
Complementary color
Monochromatic Colors of #DC9564
Black with #DC9564
Text Example
Text Example
White with #DC9564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9564; }
p { color: rgb(220,149,100); }
H1.HeaderClassName
{
color: #DC9564;
}
.AnyTagClassName
{
color: #DC9564;
}
</style>
background-color css
<style>
a { background-color: #DC9564; }
a { background-color: rgb(220,149,100); }
div.DivClassName
{
background-color: #DC9564;
}
.BgClassName
{
background-color: #DC9564;
}
</style>
border-color css
<style>
span { border-color: #DC9564; }
span { border-color: rgb(220,149,100); }
td.TdClassName
{
border-color: #DC9564;
}
.TagClassName
{
border-color: #DC9564;
}
</style>