Shades of Tacha #DCC062
Tints of Tacha #DCC062
RGB
CMYK
RGB Variations
Color information
#DCC062 (or 0xDCC062) is known color: Tacha. HEX triplet: DC, C0 and 62. RGB value is (220,192,98). Sum of RGB (Red+Green+Blue) = 220+192+98=510 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.14% from 510); Green value is 192 (75.39% from 255 or 37.65% from 510); Blue value is 98 (38.67% from 255 or 19.22% from 510); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC062 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC062 is #233F9D. Grayscale: #BEBEBE. Windows color (decimal): -2310046 or 6471900. OLE color: 6471900.
HSL color Cylindrical-coordinate representation of color #DCC062: hue angle of 46.23º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DCC062 is Cyan = 0, Magento = 0.13, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 192 | 98 | - |
| CMYK | 0 | 0.13 | 0.55 | 0.14 |
| HSL | 46.23º | 0.64% | 0.62% | - |
| HSV(B) | 46.23º | 0.55% | 0.86% | - |
| XYZ | 50.57 | 53.8 | 19.27 | - |
| YUV | 189.66 | 76.28 | 149.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 192 | 98 | 0 | 0.13 | 0.55 | 0.14 | 46.23 | 0.64 | 0.62 |
| Hex | DC | C0 | 62 | 0 | D | 37 | E | 2E | 40 | 3E |
| Octal | 334 | 300 | 142 | 0 | 15 | 67 | 16 | 56 | 100 | 76 |
| Binary | 11011100 | 11000000 | 1100010 | 0 | 1101 | 110111 | 1110 | 101110 | 1000000 | 111110 |
Color Harmonies of #DCC062
Complementary color
Monochromatic Colors of #DCC062
Black with #DCC062
Text Example
Text Example
White with #DCC062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC062; }
p { color: rgb(220,192,98); }
H1.HeaderClassName
{
color: #DCC062;
}
.AnyTagClassName
{
color: #DCC062;
}
</style>
background-color css
<style>
a { background-color: #DCC062; }
a { background-color: rgb(220,192,98); }
div.DivClassName
{
background-color: #DCC062;
}
.BgClassName
{
background-color: #DCC062;
}
</style>
border-color css
<style>
span { border-color: #DCC062; }
span { border-color: rgb(220,192,98); }
td.TdClassName
{
border-color: #DCC062;
}
.TagClassName
{
border-color: #DCC062;
}
</style>