Shades of Whiskey #DC9365
Tints of Whiskey #DC9365
RGB
CMYK
RGB Variations
Color information
#DC9365 (or 0xDC9365) is known color: Whiskey. HEX triplet: DC, 93 and 65. RGB value is (220,147,101). Sum of RGB (Red+Green+Blue) = 220+147+101=468 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.01% from 468); Green value is 147 (57.81% from 255 or 31.41% from 468); Blue value is 101 (39.84% from 255 or 21.58% from 468); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9365 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9365 is #236C9A. Grayscale: #A3A3A3. Windows color (decimal): -2321563 or 6656988. OLE color: 6656988.
HSL color Cylindrical-coordinate representation of color #DC9365: hue angle of 23.19º 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 #DC9365 is Cyan = 0, Magento = 0.33, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 147 | 101 | - |
| CMYK | 0 | 0.33 | 0.54 | 0.14 |
| HSL | 23.19º | 0.63% | 0.63% | - |
| HSV(B) | 23.19º | 0.54% | 0.86% | - |
| XYZ | 42.3 | 37.02 | 17.23 | - |
| YUV | 163.58 | 92.68 | 168.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 147 | 101 | 0 | 0.33 | 0.54 | 0.14 | 23.19 | 0.63 | 0.63 |
| Hex | DC | 93 | 65 | 0 | 21 | 36 | E | 17 | 3F | 3F |
| Octal | 334 | 223 | 145 | 0 | 41 | 66 | 16 | 27 | 77 | 77 |
| Binary | 11011100 | 10010011 | 1100101 | 0 | 100001 | 110110 | 1110 | 10111 | 111111 | 111111 |
Color Harmonies of #DC9365
Complementary color
Monochromatic Colors of #DC9365
Black with #DC9365
Text Example
Text Example
White with #DC9365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9365; }
p { color: rgb(220,147,101); }
H1.HeaderClassName
{
color: #DC9365;
}
.AnyTagClassName
{
color: #DC9365;
}
</style>
background-color css
<style>
a { background-color: #DC9365; }
a { background-color: rgb(220,147,101); }
div.DivClassName
{
background-color: #DC9365;
}
.BgClassName
{
background-color: #DC9365;
}
</style>
border-color css
<style>
span { border-color: #DC9365; }
span { border-color: rgb(220,147,101); }
td.TdClassName
{
border-color: #DC9365;
}
.TagClassName
{
border-color: #DC9365;
}
</style>