Shades of Tacha #DCC05E
Tints of Tacha #DCC05E
RGB
CMYK
RGB Variations
Color information
#DCC05E (or 0xDCC05E) is known color: Tacha. HEX triplet: DC, C0 and 5E. RGB value is (220,192,94). Sum of RGB (Red+Green+Blue) = 220+192+94=506 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.48% from 506); Green value is 192 (75.39% from 255 or 37.94% from 506); Blue value is 94 (37.11% from 255 or 18.58% from 506); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC05E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC05E is #233FA1. Grayscale: #BDBDBD. Windows color (decimal): -2310050 or 6209756. OLE color: 6209756.
HSL color Cylindrical-coordinate representation of color #DCC05E: hue angle of 46.67º 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 #DCC05E is Cyan = 0, Magento = 0.13, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 192 | 94 | - |
| CMYK | 0 | 0.13 | 0.57 | 0.14 |
| HSL | 46.67º | 0.64% | 0.62% | - |
| HSV(B) | 46.67º | 0.57% | 0.86% | - |
| XYZ | 50.39 | 53.72 | 18.3 | - |
| YUV | 189.2 | 74.28 | 149.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 192 | 94 | 0 | 0.13 | 0.57 | 0.14 | 46.67 | 0.64 | 0.62 |
| Hex | DC | C0 | 5E | 0 | D | 39 | E | 2F | 40 | 3E |
| Octal | 334 | 300 | 136 | 0 | 15 | 71 | 16 | 57 | 100 | 76 |
| Binary | 11011100 | 11000000 | 1011110 | 0 | 1101 | 111001 | 1110 | 101111 | 1000000 | 111110 |
Color Harmonies of #DCC05E
Complementary color
Monochromatic Colors of #DCC05E
Black with #DCC05E
Text Example
Text Example
White with #DCC05E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC05E; }
p { color: rgb(220,192,94); }
H1.HeaderClassName
{
color: #DCC05E;
}
.AnyTagClassName
{
color: #DCC05E;
}
</style>
background-color css
<style>
a { background-color: #DCC05E; }
a { background-color: rgb(220,192,94); }
div.DivClassName
{
background-color: #DCC05E;
}
.BgClassName
{
background-color: #DCC05E;
}
</style>
border-color css
<style>
span { border-color: #DCC05E; }
span { border-color: rgb(220,192,94); }
td.TdClassName
{
border-color: #DCC05E;
}
.TagClassName
{
border-color: #DCC05E;
}
</style>