Shades of Whiskey #DC9C6D
Tints of Whiskey #DC9C6D
RGB
CMYK
RGB Variations
Color information
#DC9C6D (or 0xDC9C6D) is known color: Whiskey. HEX triplet: DC, 9C and 6D. RGB value is (220,156,109). Sum of RGB (Red+Green+Blue) = 220+156+109=485 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.36% from 485); Green value is 156 (61.33% from 255 or 32.16% from 485); Blue value is 109 (42.97% from 255 or 22.47% from 485); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9C6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9C6D is #236392. Grayscale: #AAAAAA. Windows color (decimal): -2319251 or 7183580. OLE color: 7183580.
HSL color Cylindrical-coordinate representation of color #DC9C6D: hue angle of 25.41º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DC9C6D is Cyan = 0, Magento = 0.29, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 156 | 109 | - |
| CMYK | 0 | 0.29 | 0.50 | 0.14 |
| HSL | 25.41º | 0.61% | 0.65% | - |
| HSV(B) | 25.41º | 0.5% | 0.86% | - |
| XYZ | 44.16 | 40.1 | 19.88 | - |
| YUV | 169.78 | 93.7 | 163.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 156 | 109 | 0 | 0.29 | 0.50 | 0.14 | 25.41 | 0.61 | 0.65 |
| Hex | DC | 9C | 6D | 0 | 1D | 32 | E | 19 | 3D | 41 |
| Octal | 334 | 234 | 155 | 0 | 35 | 62 | 16 | 31 | 75 | 101 |
| Binary | 11011100 | 10011100 | 1101101 | 0 | 11101 | 110010 | 1110 | 11001 | 111101 | 1000001 |
Color Harmonies of #DC9C6D
Complementary color
Monochromatic Colors of #DC9C6D
Black with #DC9C6D
Text Example
Text Example
White with #DC9C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9C6D; }
p { color: rgb(220,156,109); }
H1.HeaderClassName
{
color: #DC9C6D;
}
.AnyTagClassName
{
color: #DC9C6D;
}
</style>
background-color css
<style>
a { background-color: #DC9C6D; }
a { background-color: rgb(220,156,109); }
div.DivClassName
{
background-color: #DC9C6D;
}
.BgClassName
{
background-color: #DC9C6D;
}
</style>
border-color css
<style>
span { border-color: #DC9C6D; }
span { border-color: rgb(220,156,109); }
td.TdClassName
{
border-color: #DC9C6D;
}
.TagClassName
{
border-color: #DC9C6D;
}
</style>