Shades of Tacha #DCC661
Tints of Tacha #DCC661
RGB
CMYK
RGB Variations
Color information
#DCC661 (or 0xDCC661) is known color: Tacha. HEX triplet: DC, C6 and 61. RGB value is (220,198,97). Sum of RGB (Red+Green+Blue) = 220+198+97=515 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.72% from 515); Green value is 198 (77.73% from 255 or 38.45% from 515); Blue value is 97 (38.28% from 255 or 18.83% from 515); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC661 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC661 is #23399E. Grayscale: #C1C1C1. Windows color (decimal): -2308511 or 6407900. OLE color: 6407900.
HSL color Cylindrical-coordinate representation of color #DCC661: hue angle of 49.27º 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 #DCC661 is Cyan = 0, Magento = 0.1, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 198 | 97 | - |
| CMYK | 0 | 0.1 | 0.56 | 0.14 |
| HSL | 49.27º | 0.64% | 0.62% | - |
| HSV(B) | 49.27º | 0.56% | 0.86% | - |
| XYZ | 51.87 | 56.47 | 19.47 | - |
| YUV | 193.06 | 73.79 | 147.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 198 | 97 | 0 | 0.1 | 0.56 | 0.14 | 49.27 | 0.64 | 0.62 |
| Hex | DC | C6 | 61 | 0 | A | 38 | E | 31 | 40 | 3E |
| Octal | 334 | 306 | 141 | 0 | 12 | 70 | 16 | 61 | 100 | 76 |
| Binary | 11011100 | 11000110 | 1100001 | 0 | 1010 | 111000 | 1110 | 110001 | 1000000 | 111110 |
Color Harmonies of #DCC661
Complementary color
Monochromatic Colors of #DCC661
Black with #DCC661
Text Example
Text Example
White with #DCC661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC661; }
p { color: rgb(220,198,97); }
H1.HeaderClassName
{
color: #DCC661;
}
.AnyTagClassName
{
color: #DCC661;
}
</style>
background-color css
<style>
a { background-color: #DCC661; }
a { background-color: rgb(220,198,97); }
div.DivClassName
{
background-color: #DCC661;
}
.BgClassName
{
background-color: #DCC661;
}
</style>
border-color css
<style>
span { border-color: #DCC661; }
span { border-color: rgb(220,198,97); }
td.TdClassName
{
border-color: #DCC661;
}
.TagClassName
{
border-color: #DCC661;
}
</style>