Shades of Tacha #DCC261
Tints of Tacha #DCC261
RGB
CMYK
RGB Variations
Color information
#DCC261 (or 0xDCC261) is known color: Tacha. HEX triplet: DC, C2 and 61. RGB value is (220,194,97). Sum of RGB (Red+Green+Blue) = 220+194+97=511 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.05% from 511); Green value is 194 (76.17% from 255 or 37.96% from 511); Blue value is 97 (38.28% from 255 or 18.98% from 511); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC261 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC261 is #233D9E. Grayscale: #BFBFBF. Windows color (decimal): -2309535 or 6406876. OLE color: 6406876.
HSL color Cylindrical-coordinate representation of color #DCC261: hue angle of 47.32º 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 #DCC261 is Cyan = 0, Magento = 0.12, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 194 | 97 | - |
| CMYK | 0 | 0.12 | 0.56 | 0.14 |
| HSL | 47.32º | 0.64% | 0.62% | - |
| HSV(B) | 47.32º | 0.56% | 0.86% | - |
| XYZ | 50.96 | 54.66 | 19.17 | - |
| YUV | 190.72 | 75.11 | 148.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 194 | 97 | 0 | 0.12 | 0.56 | 0.14 | 47.32 | 0.64 | 0.62 |
| Hex | DC | C2 | 61 | 0 | C | 38 | E | 2F | 40 | 3E |
| Octal | 334 | 302 | 141 | 0 | 14 | 70 | 16 | 57 | 100 | 76 |
| Binary | 11011100 | 11000010 | 1100001 | 0 | 1100 | 111000 | 1110 | 101111 | 1000000 | 111110 |
Color Harmonies of #DCC261
Complementary color
Monochromatic Colors of #DCC261
Black with #DCC261
Text Example
Text Example
White with #DCC261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC261; }
p { color: rgb(220,194,97); }
H1.HeaderClassName
{
color: #DCC261;
}
.AnyTagClassName
{
color: #DCC261;
}
</style>
background-color css
<style>
a { background-color: #DCC261; }
a { background-color: rgb(220,194,97); }
div.DivClassName
{
background-color: #DCC261;
}
.BgClassName
{
background-color: #DCC261;
}
</style>
border-color css
<style>
span { border-color: #DCC261; }
span { border-color: rgb(220,194,97); }
td.TdClassName
{
border-color: #DCC261;
}
.TagClassName
{
border-color: #DCC261;
}
</style>