Shades of Tacha #DCC55E
Tints of Tacha #DCC55E
RGB
CMYK
RGB Variations
Color information
#DCC55E (or 0xDCC55E) is known color: Tacha. HEX triplet: DC, C5 and 5E. RGB value is (220,197,94). Sum of RGB (Red+Green+Blue) = 220+197+94=511 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.05% from 511); Green value is 197 (77.34% from 255 or 38.55% from 511); Blue value is 94 (37.11% from 255 or 18.40% from 511); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC55E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC55E is #233AA1. Grayscale: #C0C0C0. Windows color (decimal): -2308770 or 6211036. OLE color: 6211036.
HSL color Cylindrical-coordinate representation of color #DCC55E: hue angle of 49.05º 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 #DCC55E is Cyan = 0, Magento = 0.10, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 197 | 94 | - |
| CMYK | 0 | 0.10 | 0.57 | 0.14 |
| HSL | 49.05º | 0.64% | 0.62% | - |
| HSV(B) | 49.05º | 0.57% | 0.86% | - |
| XYZ | 51.5 | 55.96 | 18.68 | - |
| YUV | 192.14 | 72.62 | 147.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 197 | 94 | 0 | 0.10 | 0.57 | 0.14 | 49.05 | 0.64 | 0.62 |
| Hex | DC | C5 | 5E | 0 | A | 39 | E | 31 | 40 | 3E |
| Octal | 334 | 305 | 136 | 0 | 12 | 71 | 16 | 61 | 100 | 76 |
| Binary | 11011100 | 11000101 | 1011110 | 0 | 1010 | 111001 | 1110 | 110001 | 1000000 | 111110 |
Color Harmonies of #DCC55E
Complementary color
Monochromatic Colors of #DCC55E
Black with #DCC55E
Text Example
Text Example
White with #DCC55E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC55E; }
p { color: rgb(220,197,94); }
H1.HeaderClassName
{
color: #DCC55E;
}
.AnyTagClassName
{
color: #DCC55E;
}
</style>
background-color css
<style>
a { background-color: #DCC55E; }
a { background-color: rgb(220,197,94); }
div.DivClassName
{
background-color: #DCC55E;
}
.BgClassName
{
background-color: #DCC55E;
}
</style>
border-color css
<style>
span { border-color: #DCC55E; }
span { border-color: rgb(220,197,94); }
td.TdClassName
{
border-color: #DCC55E;
}
.TagClassName
{
border-color: #DCC55E;
}
</style>