Shades of Tacha #DCC65E
Tints of Tacha #DCC65E
RGB
CMYK
RGB Variations
Color information
#DCC65E (or 0xDCC65E) is known color: Tacha. HEX triplet: DC, C6 and 5E. RGB value is (220,198,94). Sum of RGB (Red+Green+Blue) = 220+198+94=512 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.97% from 512); Green value is 198 (77.73% from 255 or 38.67% from 512); Blue value is 94 (37.11% from 255 or 18.36% from 512); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC65E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC65E is #2339A1. Grayscale: #C1C1C1. Windows color (decimal): -2308514 or 6211292. OLE color: 6211292.
HSL color Cylindrical-coordinate representation of color #DCC65E: hue angle of 49.52º 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 #DCC65E is Cyan = 0, Magento = 0.1, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 198 | 94 | - |
| CMYK | 0 | 0.1 | 0.57 | 0.14 |
| HSL | 49.52º | 0.64% | 0.62% | - |
| HSV(B) | 49.52º | 0.57% | 0.86% | - |
| XYZ | 51.73 | 56.41 | 18.75 | - |
| YUV | 192.72 | 72.29 | 147.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 198 | 94 | 0 | 0.1 | 0.57 | 0.14 | 49.52 | 0.64 | 0.62 |
| Hex | DC | C6 | 5E | 0 | A | 39 | E | 32 | 40 | 3E |
| Octal | 334 | 306 | 136 | 0 | 12 | 71 | 16 | 62 | 100 | 76 |
| Binary | 11011100 | 11000110 | 1011110 | 0 | 1010 | 111001 | 1110 | 110010 | 1000000 | 111110 |
Color Harmonies of #DCC65E
Complementary color
Monochromatic Colors of #DCC65E
Black with #DCC65E
Text Example
Text Example
White with #DCC65E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC65E; }
p { color: rgb(220,198,94); }
H1.HeaderClassName
{
color: #DCC65E;
}
.AnyTagClassName
{
color: #DCC65E;
}
</style>
background-color css
<style>
a { background-color: #DCC65E; }
a { background-color: rgb(220,198,94); }
div.DivClassName
{
background-color: #DCC65E;
}
.BgClassName
{
background-color: #DCC65E;
}
</style>
border-color css
<style>
span { border-color: #DCC65E; }
span { border-color: rgb(220,198,94); }
td.TdClassName
{
border-color: #DCC65E;
}
.TagClassName
{
border-color: #DCC65E;
}
</style>