Shades of Tacha #DCC461
Tints of Tacha #DCC461
RGB
CMYK
RGB Variations
Color information
#DCC461 (or 0xDCC461) is known color: Tacha. HEX triplet: DC, C4 and 61. RGB value is (220,196,97). Sum of RGB (Red+Green+Blue) = 220+196+97=513 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.88% from 513); Green value is 196 (76.95% from 255 or 38.21% from 513); Blue value is 97 (38.28% from 255 or 18.91% from 513); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC461 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC461 is #233B9E. Grayscale: #C0C0C0. Windows color (decimal): -2309023 or 6407388. OLE color: 6407388.
HSL color Cylindrical-coordinate representation of color #DCC461: hue angle of 48.29º 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 #DCC461 is Cyan = 0, Magento = 0.11, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 196 | 97 | - |
| CMYK | 0 | 0.11 | 0.56 | 0.14 |
| HSL | 48.29º | 0.64% | 0.62% | - |
| HSV(B) | 48.29º | 0.56% | 0.86% | - |
| XYZ | 51.41 | 55.56 | 19.32 | - |
| YUV | 191.89 | 74.45 | 148.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 196 | 97 | 0 | 0.11 | 0.56 | 0.14 | 48.29 | 0.64 | 0.62 |
| Hex | DC | C4 | 61 | 0 | B | 38 | E | 30 | 40 | 3E |
| Octal | 334 | 304 | 141 | 0 | 13 | 70 | 16 | 60 | 100 | 76 |
| Binary | 11011100 | 11000100 | 1100001 | 0 | 1011 | 111000 | 1110 | 110000 | 1000000 | 111110 |
Color Harmonies of #DCC461
Complementary color
Monochromatic Colors of #DCC461
Black with #DCC461
Text Example
Text Example
White with #DCC461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC461; }
p { color: rgb(220,196,97); }
H1.HeaderClassName
{
color: #DCC461;
}
.AnyTagClassName
{
color: #DCC461;
}
</style>
background-color css
<style>
a { background-color: #DCC461; }
a { background-color: rgb(220,196,97); }
div.DivClassName
{
background-color: #DCC461;
}
.BgClassName
{
background-color: #DCC461;
}
</style>
border-color css
<style>
span { border-color: #DCC461; }
span { border-color: rgb(220,196,97); }
td.TdClassName
{
border-color: #DCC461;
}
.TagClassName
{
border-color: #DCC461;
}
</style>