Shades of Tacha #DCC058
Tints of Tacha #DCC058
RGB
CMYK
RGB Variations
Color information
#DCC058 (or 0xDCC058) is known color: Tacha. HEX triplet: DC, C0 and 58. RGB value is (220,192,88). Sum of RGB (Red+Green+Blue) = 220+192+88=500 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44% from 500); Green value is 192 (75.39% from 255 or 38.4% from 500); Blue value is 88 (34.77% from 255 or 17.6% from 500); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC058 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC058 is #233FA7. Grayscale: #BCBCBC. Windows color (decimal): -2310056 or 5816540. OLE color: 5816540.
HSL color Cylindrical-coordinate representation of color #DCC058: hue angle of 47.27º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DCC058 is Cyan = 0, Magento = 0.13, Yellow = 0.6 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 192 | 88 | - |
| CMYK | 0 | 0.13 | 0.6 | 0.14 |
| HSL | 47.27º | 0.65% | 0.6% | - |
| HSV(B) | 47.27º | 0.6% | 0.86% | - |
| XYZ | 50.13 | 53.62 | 16.94 | - |
| YUV | 188.52 | 71.28 | 150.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 192 | 88 | 0 | 0.13 | 0.6 | 0.14 | 47.27 | 0.65 | 0.6 |
| Hex | DC | C0 | 58 | 0 | D | 3C | E | 2F | 41 | 3C |
| Octal | 334 | 300 | 130 | 0 | 15 | 74 | 16 | 57 | 101 | 74 |
| Binary | 11011100 | 11000000 | 1011000 | 0 | 1101 | 111100 | 1110 | 101111 | 1000001 | 111100 |
Color Harmonies of #DCC058
Complementary color
Monochromatic Colors of #DCC058
Black with #DCC058
Text Example
Text Example
White with #DCC058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC058; }
p { color: rgb(220,192,88); }
H1.HeaderClassName
{
color: #DCC058;
}
.AnyTagClassName
{
color: #DCC058;
}
</style>
background-color css
<style>
a { background-color: #DCC058; }
a { background-color: rgb(220,192,88); }
div.DivClassName
{
background-color: #DCC058;
}
.BgClassName
{
background-color: #DCC058;
}
</style>
border-color css
<style>
span { border-color: #DCC058; }
span { border-color: rgb(220,192,88); }
td.TdClassName
{
border-color: #DCC058;
}
.TagClassName
{
border-color: #DCC058;
}
</style>