Shades of Tacha #DCC45E
Tints of Tacha #DCC45E
RGB
CMYK
RGB Variations
Color information
#DCC45E (or 0xDCC45E) is known color: Tacha. HEX triplet: DC, C4 and 5E. RGB value is (220,196,94). Sum of RGB (Red+Green+Blue) = 220+196+94=510 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.14% from 510); Green value is 196 (76.95% from 255 or 38.43% from 510); Blue value is 94 (37.11% from 255 or 18.43% from 510); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC45E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC45E is #233BA1. Grayscale: #BFBFBF. Windows color (decimal): -2309026 or 6210780. OLE color: 6210780.
HSL color Cylindrical-coordinate representation of color #DCC45E: hue angle of 48.57º 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 #DCC45E is Cyan = 0, Magento = 0.11, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 196 | 94 | - |
| CMYK | 0 | 0.11 | 0.57 | 0.14 |
| HSL | 48.57º | 0.64% | 0.62% | - |
| HSV(B) | 48.57º | 0.57% | 0.86% | - |
| XYZ | 51.28 | 55.5 | 18.6 | - |
| YUV | 191.55 | 72.95 | 148.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 196 | 94 | 0 | 0.11 | 0.57 | 0.14 | 48.57 | 0.64 | 0.62 |
| Hex | DC | C4 | 5E | 0 | B | 39 | E | 31 | 40 | 3E |
| Octal | 334 | 304 | 136 | 0 | 13 | 71 | 16 | 61 | 100 | 76 |
| Binary | 11011100 | 11000100 | 1011110 | 0 | 1011 | 111001 | 1110 | 110001 | 1000000 | 111110 |
Color Harmonies of #DCC45E
Complementary color
Monochromatic Colors of #DCC45E
Black with #DCC45E
Text Example
Text Example
White with #DCC45E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC45E; }
p { color: rgb(220,196,94); }
H1.HeaderClassName
{
color: #DCC45E;
}
.AnyTagClassName
{
color: #DCC45E;
}
</style>
background-color css
<style>
a { background-color: #DCC45E; }
a { background-color: rgb(220,196,94); }
div.DivClassName
{
background-color: #DCC45E;
}
.BgClassName
{
background-color: #DCC45E;
}
</style>
border-color css
<style>
span { border-color: #DCC45E; }
span { border-color: rgb(220,196,94); }
td.TdClassName
{
border-color: #DCC45E;
}
.TagClassName
{
border-color: #DCC45E;
}
</style>