Shades of Tacha #DCC064
Tints of Tacha #DCC064
RGB
CMYK
RGB Variations
Color information
#DCC064 (or 0xDCC064) is known color: Tacha. HEX triplet: DC, C0 and 64. RGB value is (220,192,100). Sum of RGB (Red+Green+Blue) = 220+192+100=512 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.97% from 512); Green value is 192 (75.39% from 255 or 37.5% from 512); Blue value is 100 (39.45% from 255 or 19.53% from 512); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC064 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC064 is #233F9B. Grayscale: #BEBEBE. Windows color (decimal): -2310044 or 6602972. OLE color: 6602972.
HSL color Cylindrical-coordinate representation of color #DCC064: hue angle of 46º 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 #DCC064 is Cyan = 0, Magento = 0.13, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 192 | 100 | - |
| CMYK | 0 | 0.13 | 0.55 | 0.14 |
| HSL | 46º | 0.63% | 0.63% | - |
| HSV(B) | 46º | 0.55% | 0.86% | - |
| XYZ | 50.67 | 53.84 | 19.78 | - |
| YUV | 189.88 | 77.28 | 149.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 192 | 100 | 0 | 0.13 | 0.55 | 0.14 | 46 | 0.63 | 0.63 |
| Hex | DC | C0 | 64 | 0 | D | 37 | E | 2E | 3F | 3F |
| Octal | 334 | 300 | 144 | 0 | 15 | 67 | 16 | 56 | 77 | 77 |
| Binary | 11011100 | 11000000 | 1100100 | 0 | 1101 | 110111 | 1110 | 101110 | 111111 | 111111 |
Color Harmonies of #DCC064
Complementary color
Monochromatic Colors of #DCC064
Black with #DCC064
Text Example
Text Example
White with #DCC064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC064; }
p { color: rgb(220,192,100); }
H1.HeaderClassName
{
color: #DCC064;
}
.AnyTagClassName
{
color: #DCC064;
}
</style>
background-color css
<style>
a { background-color: #DCC064; }
a { background-color: rgb(220,192,100); }
div.DivClassName
{
background-color: #DCC064;
}
.BgClassName
{
background-color: #DCC064;
}
</style>
border-color css
<style>
span { border-color: #DCC064; }
span { border-color: rgb(220,192,100); }
td.TdClassName
{
border-color: #DCC064;
}
.TagClassName
{
border-color: #DCC064;
}
</style>