Shades of Tacha #CDC664
Tints of Tacha #CDC664
RGB
CMYK
RGB Variations
Color information
#CDC664 (or 0xCDC664) is known color: Tacha. HEX triplet: CD, C6 and 64. RGB value is (205,198,100). Sum of RGB (Red+Green+Blue) = 205+198+100=503 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.76% from 503); Green value is 198 (77.73% from 255 or 39.36% from 503); Blue value is 100 (39.45% from 255 or 19.88% from 503); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC664 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC664 is #32399B. Grayscale: #BDBDBD. Windows color (decimal): -3291548 or 6604493. OLE color: 6604493.
HSL color Cylindrical-coordinate representation of color #CDC664: hue angle of 56º 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 #CDC664 is Cyan = 0, Magento = 0.03, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 198 | 100 | - |
| CMYK | 0 | 0.03 | 0.51 | 0.20 |
| HSL | 56º | 0.51% | 0.6% | - |
| HSV(B) | 56º | 0.51% | 0.8% | - |
| XYZ | 47.67 | 54.29 | 20.02 | - |
| YUV | 188.92 | 77.82 | 139.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 198 | 100 | 0 | 0.03 | 0.51 | 0.20 | 56 | 0.51 | 0.6 |
| Hex | CD | C6 | 64 | 0 | 3 | 33 | 14 | 38 | 33 | 3C |
| Octal | 315 | 306 | 144 | 0 | 3 | 63 | 24 | 70 | 63 | 74 |
| Binary | 11001101 | 11000110 | 1100100 | 0 | 11 | 110011 | 10100 | 111000 | 110011 | 111100 |
Color Harmonies of #CDC664
Complementary color
Monochromatic Colors of #CDC664
Black with #CDC664
Text Example
Text Example
White with #CDC664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC664; }
p { color: rgb(205,198,100); }
H1.HeaderClassName
{
color: #CDC664;
}
.AnyTagClassName
{
color: #CDC664;
}
</style>
background-color css
<style>
a { background-color: #CDC664; }
a { background-color: rgb(205,198,100); }
div.DivClassName
{
background-color: #CDC664;
}
.BgClassName
{
background-color: #CDC664;
}
</style>
border-color css
<style>
span { border-color: #CDC664; }
span { border-color: rgb(205,198,100); }
td.TdClassName
{
border-color: #CDC664;
}
.TagClassName
{
border-color: #CDC664;
}
</style>