Shades of Tacha #DCC063
Tints of Tacha #DCC063
RGB
CMYK
RGB Variations
Color information
#DCC063 (or 0xDCC063) is known color: Tacha. HEX triplet: DC, C0 and 63. RGB value is (220,192,99). Sum of RGB (Red+Green+Blue) = 220+192+99=511 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.05% from 511); Green value is 192 (75.39% from 255 or 37.57% from 511); Blue value is 99 (39.06% from 255 or 19.37% from 511); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC063 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC063 is #233F9C. Grayscale: #BEBEBE. Windows color (decimal): -2310045 or 6537436. OLE color: 6537436.
HSL color Cylindrical-coordinate representation of color #DCC063: hue angle of 46.12º 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 #DCC063 is Cyan = 0, Magento = 0.13, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 192 | 99 | - |
| CMYK | 0 | 0.13 | 0.55 | 0.14 |
| HSL | 46.12º | 0.63% | 0.63% | - |
| HSV(B) | 46.12º | 0.55% | 0.86% | - |
| XYZ | 50.62 | 53.82 | 19.52 | - |
| YUV | 189.77 | 76.78 | 149.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 192 | 99 | 0 | 0.13 | 0.55 | 0.14 | 46.12 | 0.63 | 0.63 |
| Hex | DC | C0 | 63 | 0 | D | 37 | E | 2E | 3F | 3F |
| Octal | 334 | 300 | 143 | 0 | 15 | 67 | 16 | 56 | 77 | 77 |
| Binary | 11011100 | 11000000 | 1100011 | 0 | 1101 | 110111 | 1110 | 101110 | 111111 | 111111 |
Color Harmonies of #DCC063
Complementary color
Monochromatic Colors of #DCC063
Black with #DCC063
Text Example
Text Example
White with #DCC063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC063; }
p { color: rgb(220,192,99); }
H1.HeaderClassName
{
color: #DCC063;
}
.AnyTagClassName
{
color: #DCC063;
}
</style>
background-color css
<style>
a { background-color: #DCC063; }
a { background-color: rgb(220,192,99); }
div.DivClassName
{
background-color: #DCC063;
}
.BgClassName
{
background-color: #DCC063;
}
</style>
border-color css
<style>
span { border-color: #DCC063; }
span { border-color: rgb(220,192,99); }
td.TdClassName
{
border-color: #DCC063;
}
.TagClassName
{
border-color: #DCC063;
}
</style>