Shades of Tacha #CDC464
Tints of Tacha #CDC464
RGB
CMYK
RGB Variations
Color information
#CDC464 (or 0xCDC464) is known color: Tacha. HEX triplet: CD, C4 and 64. RGB value is (205,196,100). Sum of RGB (Red+Green+Blue) = 205+196+100=501 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.92% from 501); Green value is 196 (76.95% from 255 or 39.12% from 501); Blue value is 100 (39.45% from 255 or 19.96% from 501); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC464 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC464 is #323B9B. Grayscale: #BCBCBC. Windows color (decimal): -3292060 or 6603981. OLE color: 6603981.
HSL color Cylindrical-coordinate representation of color #CDC464: hue angle of 54.86º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CDC464 is Cyan = 0, Magento = 0.04, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 196 | 100 | - |
| CMYK | 0 | 0.04 | 0.51 | 0.20 |
| HSL | 54.86º | 0.51% | 0.6% | - |
| HSV(B) | 54.86º | 0.51% | 0.8% | - |
| XYZ | 47.22 | 53.38 | 19.87 | - |
| YUV | 187.75 | 78.48 | 140.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 196 | 100 | 0 | 0.04 | 0.51 | 0.20 | 54.86 | 0.51 | 0.6 |
| Hex | CD | C4 | 64 | 0 | 4 | 33 | 14 | 37 | 33 | 3C |
| Octal | 315 | 304 | 144 | 0 | 4 | 63 | 24 | 67 | 63 | 74 |
| Binary | 11001101 | 11000100 | 1100100 | 0 | 100 | 110011 | 10100 | 110111 | 110011 | 111100 |
Color Harmonies of #CDC464
Complementary color
Monochromatic Colors of #CDC464
Black with #CDC464
Text Example
Text Example
White with #CDC464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC464; }
p { color: rgb(205,196,100); }
H1.HeaderClassName
{
color: #CDC464;
}
.AnyTagClassName
{
color: #CDC464;
}
</style>
background-color css
<style>
a { background-color: #CDC464; }
a { background-color: rgb(205,196,100); }
div.DivClassName
{
background-color: #CDC464;
}
.BgClassName
{
background-color: #CDC464;
}
</style>
border-color css
<style>
span { border-color: #CDC464; }
span { border-color: rgb(205,196,100); }
td.TdClassName
{
border-color: #CDC464;
}
.TagClassName
{
border-color: #CDC464;
}
</style>