Shades of Whiskey #DC9568
Tints of Whiskey #DC9568
RGB
CMYK
RGB Variations
Color information
#DC9568 (or 0xDC9568) is known color: Whiskey. HEX triplet: DC, 95 and 68. RGB value is (220,149,104). Sum of RGB (Red+Green+Blue) = 220+149+104=473 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.51% from 473); Green value is 149 (58.59% from 255 or 31.50% from 473); Blue value is 104 (41.02% from 255 or 21.99% from 473); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9568 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9568 is #236A97. Grayscale: #A5A5A5. Windows color (decimal): -2321048 or 6854108. OLE color: 6854108.
HSL color Cylindrical-coordinate representation of color #DC9568: hue angle of 23.28º 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 #DC9568 is Cyan = 0, Magento = 0.32, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 149 | 104 | - |
| CMYK | 0 | 0.32 | 0.53 | 0.14 |
| HSL | 23.28º | 0.62% | 0.64% | - |
| HSV(B) | 23.28º | 0.53% | 0.86% | - |
| XYZ | 42.76 | 37.71 | 18.12 | - |
| YUV | 165.1 | 93.52 | 167.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 149 | 104 | 0 | 0.32 | 0.53 | 0.14 | 23.28 | 0.62 | 0.64 |
| Hex | DC | 95 | 68 | 0 | 20 | 35 | E | 17 | 3E | 40 |
| Octal | 334 | 225 | 150 | 0 | 40 | 65 | 16 | 27 | 76 | 100 |
| Binary | 11011100 | 10010101 | 1101000 | 0 | 100000 | 110101 | 1110 | 10111 | 111110 | 1000000 |
Color Harmonies of #DC9568
Complementary color
Monochromatic Colors of #DC9568
Black with #DC9568
Text Example
Text Example
White with #DC9568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9568; }
p { color: rgb(220,149,104); }
H1.HeaderClassName
{
color: #DC9568;
}
.AnyTagClassName
{
color: #DC9568;
}
</style>
background-color css
<style>
a { background-color: #DC9568; }
a { background-color: rgb(220,149,104); }
div.DivClassName
{
background-color: #DC9568;
}
.BgClassName
{
background-color: #DC9568;
}
</style>
border-color css
<style>
span { border-color: #DC9568; }
span { border-color: rgb(220,149,104); }
td.TdClassName
{
border-color: #DC9568;
}
.TagClassName
{
border-color: #DC9568;
}
</style>