Shades of Tacha #DCC860
Tints of Tacha #DCC860
RGB
CMYK
RGB Variations
Color information
#DCC860 (or 0xDCC860) is known color: Tacha. HEX triplet: DC, C8 and 60. RGB value is (220,200,96). Sum of RGB (Red+Green+Blue) = 220+200+96=516 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.64% from 516); Green value is 200 (78.52% from 255 or 38.76% from 516); Blue value is 96 (37.89% from 255 or 18.60% from 516); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC860 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC860 is #23379F. Grayscale: #C2C2C2. Windows color (decimal): -2308000 or 6342876. OLE color: 6342876.
HSL color Cylindrical-coordinate representation of color #DCC860: hue angle of 50.32º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DCC860 is Cyan = 0, Magento = 0.09, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 200 | 96 | - |
| CMYK | 0 | 0.09 | 0.56 | 0.14 |
| HSL | 50.32º | 0.64% | 0.62% | - |
| HSV(B) | 50.32º | 0.56% | 0.86% | - |
| XYZ | 52.28 | 57.37 | 19.38 | - |
| YUV | 194.12 | 72.63 | 146.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 200 | 96 | 0 | 0.09 | 0.56 | 0.14 | 50.32 | 0.64 | 0.62 |
| Hex | DC | C8 | 60 | 0 | 9 | 38 | E | 32 | 40 | 3E |
| Octal | 334 | 310 | 140 | 0 | 11 | 70 | 16 | 62 | 100 | 76 |
| Binary | 11011100 | 11001000 | 1100000 | 0 | 1001 | 111000 | 1110 | 110010 | 1000000 | 111110 |
Color Harmonies of #DCC860
Complementary color
Monochromatic Colors of #DCC860
Black with #DCC860
Text Example
Text Example
White with #DCC860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC860; }
p { color: rgb(220,200,96); }
H1.HeaderClassName
{
color: #DCC860;
}
.AnyTagClassName
{
color: #DCC860;
}
</style>
background-color css
<style>
a { background-color: #DCC860; }
a { background-color: rgb(220,200,96); }
div.DivClassName
{
background-color: #DCC860;
}
.BgClassName
{
background-color: #DCC860;
}
</style>
border-color css
<style>
span { border-color: #DCC860; }
span { border-color: rgb(220,200,96); }
td.TdClassName
{
border-color: #DCC860;
}
.TagClassName
{
border-color: #DCC860;
}
</style>