Shades of Tacha #CDC263
Tints of Tacha #CDC263
RGB
CMYK
RGB Variations
Color information
#CDC263 (or 0xCDC263) is known color: Tacha. HEX triplet: CD, C2 and 63. RGB value is (205,194,99). Sum of RGB (Red+Green+Blue) = 205+194+99=498 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.16% from 498); Green value is 194 (76.17% from 255 or 38.96% from 498); Blue value is 99 (39.06% from 255 or 19.88% from 498); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC263 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC263 is #323D9C. Grayscale: #BABABA. Windows color (decimal): -3292573 or 6537933. OLE color: 6537933.
HSL color Cylindrical-coordinate representation of color #CDC263: hue angle of 53.77º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CDC263 is Cyan = 0, Magento = 0.05, Yellow = 0.52 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 194 | 99 | - |
| CMYK | 0 | 0.05 | 0.52 | 0.20 |
| HSL | 53.77º | 0.51% | 0.6% | - |
| HSV(B) | 53.77º | 0.52% | 0.8% | - |
| XYZ | 46.72 | 52.46 | 19.47 | - |
| YUV | 186.46 | 78.64 | 141.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 194 | 99 | 0 | 0.05 | 0.52 | 0.20 | 53.77 | 0.51 | 0.6 |
| Hex | CD | C2 | 63 | 0 | 5 | 34 | 14 | 36 | 33 | 3C |
| Octal | 315 | 302 | 143 | 0 | 5 | 64 | 24 | 66 | 63 | 74 |
| Binary | 11001101 | 11000010 | 1100011 | 0 | 101 | 110100 | 10100 | 110110 | 110011 | 111100 |
Color Harmonies of #CDC263
Complementary color
Monochromatic Colors of #CDC263
Black with #CDC263
Text Example
Text Example
White with #CDC263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC263; }
p { color: rgb(205,194,99); }
H1.HeaderClassName
{
color: #CDC263;
}
.AnyTagClassName
{
color: #CDC263;
}
</style>
background-color css
<style>
a { background-color: #CDC263; }
a { background-color: rgb(205,194,99); }
div.DivClassName
{
background-color: #CDC263;
}
.BgClassName
{
background-color: #CDC263;
}
</style>
border-color css
<style>
span { border-color: #CDC263; }
span { border-color: rgb(205,194,99); }
td.TdClassName
{
border-color: #CDC263;
}
.TagClassName
{
border-color: #CDC263;
}
</style>