Shades of Tacha #DCC05F
Tints of Tacha #DCC05F
RGB
CMYK
RGB Variations
Color information
#DCC05F (or 0xDCC05F) is known color: Tacha. HEX triplet: DC, C0 and 5F. RGB value is (220,192,95). Sum of RGB (Red+Green+Blue) = 220+192+95=507 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.39% from 507); Green value is 192 (75.39% from 255 or 37.87% from 507); Blue value is 95 (37.5% from 255 or 18.74% from 507); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC05F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC05F is #233FA0. Grayscale: #BDBDBD. Windows color (decimal): -2310049 or 6275292. OLE color: 6275292.
HSL color Cylindrical-coordinate representation of color #DCC05F: hue angle of 46.56º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DCC05F is Cyan = 0, Magento = 0.13, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 192 | 95 | - |
| CMYK | 0 | 0.13 | 0.57 | 0.14 |
| HSL | 46.56º | 0.64% | 0.62% | - |
| HSV(B) | 46.56º | 0.57% | 0.86% | - |
| XYZ | 50.43 | 53.74 | 18.54 | - |
| YUV | 189.31 | 74.78 | 149.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 192 | 95 | 0 | 0.13 | 0.57 | 0.14 | 46.56 | 0.64 | 0.62 |
| Hex | DC | C0 | 5F | 0 | D | 39 | E | 2F | 40 | 3E |
| Octal | 334 | 300 | 137 | 0 | 15 | 71 | 16 | 57 | 100 | 76 |
| Binary | 11011100 | 11000000 | 1011111 | 0 | 1101 | 111001 | 1110 | 101111 | 1000000 | 111110 |
Color Harmonies of #DCC05F
Complementary color
Monochromatic Colors of #DCC05F
Black with #DCC05F
Text Example
Text Example
White with #DCC05F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC05F; }
p { color: rgb(220,192,95); }
H1.HeaderClassName
{
color: #DCC05F;
}
.AnyTagClassName
{
color: #DCC05F;
}
</style>
background-color css
<style>
a { background-color: #DCC05F; }
a { background-color: rgb(220,192,95); }
div.DivClassName
{
background-color: #DCC05F;
}
.BgClassName
{
background-color: #DCC05F;
}
</style>
border-color css
<style>
span { border-color: #DCC05F; }
span { border-color: rgb(220,192,95); }
td.TdClassName
{
border-color: #DCC05F;
}
.TagClassName
{
border-color: #DCC05F;
}
</style>