Shades of Tacha #DCC559
Tints of Tacha #DCC559
RGB
CMYK
RGB Variations
Color information
#DCC559 (or 0xDCC559) is known color: Tacha. HEX triplet: DC, C5 and 59. RGB value is (220,197,89). Sum of RGB (Red+Green+Blue) = 220+197+89=506 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.48% from 506); Green value is 197 (77.34% from 255 or 38.93% from 506); Blue value is 89 (35.16% from 255 or 17.59% from 506); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC559 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC559 is #233AA6. Grayscale: #C0C0C0. Windows color (decimal): -2308775 or 5883356. OLE color: 5883356.
HSL color Cylindrical-coordinate representation of color #DCC559: hue angle of 49.47º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DCC559 is Cyan = 0, Magento = 0.10, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 197 | 89 | - |
| CMYK | 0 | 0.10 | 0.60 | 0.14 |
| HSL | 49.47º | 0.65% | 0.61% | - |
| HSV(B) | 49.47º | 0.6% | 0.86% | - |
| XYZ | 51.28 | 55.87 | 17.53 | - |
| YUV | 191.57 | 70.12 | 148.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 197 | 89 | 0 | 0.10 | 0.60 | 0.14 | 49.47 | 0.65 | 0.61 |
| Hex | DC | C5 | 59 | 0 | A | 3C | E | 31 | 41 | 3D |
| Octal | 334 | 305 | 131 | 0 | 12 | 74 | 16 | 61 | 101 | 75 |
| Binary | 11011100 | 11000101 | 1011001 | 0 | 1010 | 111100 | 1110 | 110001 | 1000001 | 111101 |
Color Harmonies of #DCC559
Complementary color
Monochromatic Colors of #DCC559
Black with #DCC559
Text Example
Text Example
White with #DCC559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC559; }
p { color: rgb(220,197,89); }
H1.HeaderClassName
{
color: #DCC559;
}
.AnyTagClassName
{
color: #DCC559;
}
</style>
background-color css
<style>
a { background-color: #DCC559; }
a { background-color: rgb(220,197,89); }
div.DivClassName
{
background-color: #DCC559;
}
.BgClassName
{
background-color: #DCC559;
}
</style>
border-color css
<style>
span { border-color: #DCC559; }
span { border-color: rgb(220,197,89); }
td.TdClassName
{
border-color: #DCC559;
}
.TagClassName
{
border-color: #DCC559;
}
</style>