Shades of Tacha #DCC259
Tints of Tacha #DCC259
RGB
CMYK
RGB Variations
Color information
#DCC259 (or 0xDCC259) is known color: Tacha. HEX triplet: DC, C2 and 59. RGB value is (220,194,89). Sum of RGB (Red+Green+Blue) = 220+194+89=503 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.74% from 503); Green value is 194 (76.17% from 255 or 38.57% from 503); Blue value is 89 (35.16% from 255 or 17.69% from 503); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC259 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC259 is #233DA6. Grayscale: #BEBEBE. Windows color (decimal): -2309543 or 5882588. OLE color: 5882588.
HSL color Cylindrical-coordinate representation of color #DCC259: hue angle of 48.09º 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 #DCC259 is Cyan = 0, Magento = 0.12, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 194 | 89 | - |
| CMYK | 0 | 0.12 | 0.60 | 0.14 |
| HSL | 48.09º | 0.65% | 0.61% | - |
| HSV(B) | 48.09º | 0.6% | 0.86% | - |
| XYZ | 50.61 | 54.52 | 17.31 | - |
| YUV | 189.8 | 71.11 | 149.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 194 | 89 | 0 | 0.12 | 0.60 | 0.14 | 48.09 | 0.65 | 0.61 |
| Hex | DC | C2 | 59 | 0 | C | 3C | E | 30 | 41 | 3D |
| Octal | 334 | 302 | 131 | 0 | 14 | 74 | 16 | 60 | 101 | 75 |
| Binary | 11011100 | 11000010 | 1011001 | 0 | 1100 | 111100 | 1110 | 110000 | 1000001 | 111101 |
Color Harmonies of #DCC259
Complementary color
Monochromatic Colors of #DCC259
Black with #DCC259
Text Example
Text Example
White with #DCC259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC259; }
p { color: rgb(220,194,89); }
H1.HeaderClassName
{
color: #DCC259;
}
.AnyTagClassName
{
color: #DCC259;
}
</style>
background-color css
<style>
a { background-color: #DCC259; }
a { background-color: rgb(220,194,89); }
div.DivClassName
{
background-color: #DCC259;
}
.BgClassName
{
background-color: #DCC259;
}
</style>
border-color css
<style>
span { border-color: #DCC259; }
span { border-color: rgb(220,194,89); }
td.TdClassName
{
border-color: #DCC259;
}
.TagClassName
{
border-color: #DCC259;
}
</style>