Shades of Tacha #DCC263
Tints of Tacha #DCC263
RGB
CMYK
RGB Variations
Color information
#DCC263 (or 0xDCC263) is known color: Tacha. HEX triplet: DC, C2 and 63. RGB value is (220,194,99). Sum of RGB (Red+Green+Blue) = 220+194+99=513 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.88% from 513); Green value is 194 (76.17% from 255 or 37.82% from 513); Blue value is 99 (39.06% from 255 or 19.30% from 513); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC263 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC263 is #233D9C. Grayscale: #BFBFBF. Windows color (decimal): -2309533 or 6537948. OLE color: 6537948.
HSL color Cylindrical-coordinate representation of color #DCC263: hue angle of 47.11º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DCC263 is Cyan = 0, Magento = 0.12, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 194 | 99 | - |
| CMYK | 0 | 0.12 | 0.55 | 0.14 |
| HSL | 47.11º | 0.63% | 0.63% | - |
| HSV(B) | 47.11º | 0.55% | 0.86% | - |
| XYZ | 51.06 | 54.7 | 19.67 | - |
| YUV | 190.94 | 76.11 | 148.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 194 | 99 | 0 | 0.12 | 0.55 | 0.14 | 47.11 | 0.63 | 0.63 |
| Hex | DC | C2 | 63 | 0 | C | 37 | E | 2F | 3F | 3F |
| Octal | 334 | 302 | 143 | 0 | 14 | 67 | 16 | 57 | 77 | 77 |
| Binary | 11011100 | 11000010 | 1100011 | 0 | 1100 | 110111 | 1110 | 101111 | 111111 | 111111 |
Color Harmonies of #DCC263
Complementary color
Monochromatic Colors of #DCC263
Black with #DCC263
Text Example
Text Example
White with #DCC263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC263; }
p { color: rgb(220,194,99); }
H1.HeaderClassName
{
color: #DCC263;
}
.AnyTagClassName
{
color: #DCC263;
}
</style>
background-color css
<style>
a { background-color: #DCC263; }
a { background-color: rgb(220,194,99); }
div.DivClassName
{
background-color: #DCC263;
}
.BgClassName
{
background-color: #DCC263;
}
</style>
border-color css
<style>
span { border-color: #DCC263; }
span { border-color: rgb(220,194,99); }
td.TdClassName
{
border-color: #DCC263;
}
.TagClassName
{
border-color: #DCC263;
}
</style>