Shades of Tacha #DCC759
Tints of Tacha #DCC759
RGB
CMYK
RGB Variations
Color information
#DCC759 (or 0xDCC759) is known color: Tacha. HEX triplet: DC, C7 and 59. RGB value is (220,199,89). Sum of RGB (Red+Green+Blue) = 220+199+89=508 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.31% from 508); Green value is 199 (78.12% from 255 or 39.17% from 508); Blue value is 89 (35.16% from 255 or 17.52% from 508); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC759 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC759 is #2338A6. Grayscale: #C1C1C1. Windows color (decimal): -2308263 or 5883868. OLE color: 5883868.
HSL color Cylindrical-coordinate representation of color #DCC759: hue angle of 50.38º 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 #DCC759 is Cyan = 0, Magento = 0.10, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 199 | 89 | - |
| CMYK | 0 | 0.10 | 0.60 | 0.14 |
| HSL | 50.38º | 0.65% | 0.61% | - |
| HSV(B) | 50.38º | 0.6% | 0.86% | - |
| XYZ | 51.74 | 56.78 | 17.68 | - |
| YUV | 192.74 | 69.46 | 147.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 199 | 89 | 0 | 0.10 | 0.60 | 0.14 | 50.38 | 0.65 | 0.61 |
| Hex | DC | C7 | 59 | 0 | A | 3C | E | 32 | 41 | 3D |
| Octal | 334 | 307 | 131 | 0 | 12 | 74 | 16 | 62 | 101 | 75 |
| Binary | 11011100 | 11000111 | 1011001 | 0 | 1010 | 111100 | 1110 | 110010 | 1000001 | 111101 |
Color Harmonies of #DCC759
Complementary color
Monochromatic Colors of #DCC759
Black with #DCC759
Text Example
Text Example
White with #DCC759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC759; }
p { color: rgb(220,199,89); }
H1.HeaderClassName
{
color: #DCC759;
}
.AnyTagClassName
{
color: #DCC759;
}
</style>
background-color css
<style>
a { background-color: #DCC759; }
a { background-color: rgb(220,199,89); }
div.DivClassName
{
background-color: #DCC759;
}
.BgClassName
{
background-color: #DCC759;
}
</style>
border-color css
<style>
span { border-color: #DCC759; }
span { border-color: rgb(220,199,89); }
td.TdClassName
{
border-color: #DCC759;
}
.TagClassName
{
border-color: #DCC759;
}
</style>