Shades of Tacha #DCC760
Tints of Tacha #DCC760
RGB
CMYK
RGB Variations
Color information
#DCC760 (or 0xDCC760) is known color: Tacha. HEX triplet: DC, C7 and 60. RGB value is (220,199,96). Sum of RGB (Red+Green+Blue) = 220+199+96=515 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.72% from 515); Green value is 199 (78.12% from 255 or 38.64% from 515); Blue value is 96 (37.89% from 255 or 18.64% from 515); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC760 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC760 is #23389F. Grayscale: #C1C1C1. Windows color (decimal): -2308256 or 6342620. OLE color: 6342620.
HSL color Cylindrical-coordinate representation of color #DCC760: hue angle of 49.84º 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 #DCC760 is Cyan = 0, Magento = 0.10, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 199 | 96 | - |
| CMYK | 0 | 0.10 | 0.56 | 0.14 |
| HSL | 49.84º | 0.64% | 0.62% | - |
| HSV(B) | 49.84º | 0.56% | 0.86% | - |
| XYZ | 52.05 | 56.91 | 19.31 | - |
| YUV | 193.54 | 72.96 | 146.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 199 | 96 | 0 | 0.10 | 0.56 | 0.14 | 49.84 | 0.64 | 0.62 |
| Hex | DC | C7 | 60 | 0 | A | 38 | E | 32 | 40 | 3E |
| Octal | 334 | 307 | 140 | 0 | 12 | 70 | 16 | 62 | 100 | 76 |
| Binary | 11011100 | 11000111 | 1100000 | 0 | 1010 | 111000 | 1110 | 110010 | 1000000 | 111110 |
Color Harmonies of #DCC760
Complementary color
Monochromatic Colors of #DCC760
Black with #DCC760
Text Example
Text Example
White with #DCC760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC760; }
p { color: rgb(220,199,96); }
H1.HeaderClassName
{
color: #DCC760;
}
.AnyTagClassName
{
color: #DCC760;
}
</style>
background-color css
<style>
a { background-color: #DCC760; }
a { background-color: rgb(220,199,96); }
div.DivClassName
{
background-color: #DCC760;
}
.BgClassName
{
background-color: #DCC760;
}
</style>
border-color css
<style>
span { border-color: #DCC760; }
span { border-color: rgb(220,199,96); }
td.TdClassName
{
border-color: #DCC760;
}
.TagClassName
{
border-color: #DCC760;
}
</style>