Shades of Tacha #DCC761
Tints of Tacha #DCC761
RGB
CMYK
RGB Variations
Color information
#DCC761 (or 0xDCC761) is known color: Tacha. HEX triplet: DC, C7 and 61. RGB value is (220,199,97). Sum of RGB (Red+Green+Blue) = 220+199+97=516 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.64% from 516); Green value is 199 (78.12% from 255 or 38.57% from 516); Blue value is 97 (38.28% from 255 or 18.80% from 516); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC761 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC761 is #23389E. Grayscale: #C2C2C2. Windows color (decimal): -2308255 or 6408156. OLE color: 6408156.
HSL color Cylindrical-coordinate representation of color #DCC761: hue angle of 49.76º 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 #DCC761 is Cyan = 0, Magento = 0.10, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 199 | 97 | - |
| CMYK | 0 | 0.10 | 0.56 | 0.14 |
| HSL | 49.76º | 0.64% | 0.62% | - |
| HSV(B) | 49.76º | 0.56% | 0.86% | - |
| XYZ | 52.1 | 56.93 | 19.55 | - |
| YUV | 193.65 | 73.46 | 146.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 199 | 97 | 0 | 0.10 | 0.56 | 0.14 | 49.76 | 0.64 | 0.62 |
| Hex | DC | C7 | 61 | 0 | A | 38 | E | 32 | 40 | 3E |
| Octal | 334 | 307 | 141 | 0 | 12 | 70 | 16 | 62 | 100 | 76 |
| Binary | 11011100 | 11000111 | 1100001 | 0 | 1010 | 111000 | 1110 | 110010 | 1000000 | 111110 |
Color Harmonies of #DCC761
Complementary color
Monochromatic Colors of #DCC761
Black with #DCC761
Text Example
Text Example
White with #DCC761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC761; }
p { color: rgb(220,199,97); }
H1.HeaderClassName
{
color: #DCC761;
}
.AnyTagClassName
{
color: #DCC761;
}
</style>
background-color css
<style>
a { background-color: #DCC761; }
a { background-color: rgb(220,199,97); }
div.DivClassName
{
background-color: #DCC761;
}
.BgClassName
{
background-color: #DCC761;
}
</style>
border-color css
<style>
span { border-color: #DCC761; }
span { border-color: rgb(220,199,97); }
td.TdClassName
{
border-color: #DCC761;
}
.TagClassName
{
border-color: #DCC761;
}
</style>