Shades of Tacha #CDC566
Tints of Tacha #CDC566
RGB
CMYK
RGB Variations
Color information
#CDC566 (or 0xCDC566) is known color: Tacha. HEX triplet: CD, C5 and 66. RGB value is (205,197,102). Sum of RGB (Red+Green+Blue) = 205+197+102=504 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.67% from 504); Green value is 197 (77.34% from 255 or 39.09% from 504); Blue value is 102 (40.23% from 255 or 20.24% from 504); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC566 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC566 is #323A99. Grayscale: #BCBCBC. Windows color (decimal): -3291802 or 6735309. OLE color: 6735309.
HSL color Cylindrical-coordinate representation of color #CDC566: hue angle of 55.34º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CDC566 is Cyan = 0, Magento = 0.04, Yellow = 0.50 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 197 | 102 | - |
| CMYK | 0 | 0.04 | 0.50 | 0.20 |
| HSL | 55.34º | 0.51% | 0.6% | - |
| HSV(B) | 55.34º | 0.5% | 0.8% | - |
| XYZ | 47.54 | 53.87 | 20.46 | - |
| YUV | 188.56 | 79.15 | 139.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 197 | 102 | 0 | 0.04 | 0.50 | 0.20 | 55.34 | 0.51 | 0.6 |
| Hex | CD | C5 | 66 | 0 | 4 | 32 | 14 | 37 | 33 | 3C |
| Octal | 315 | 305 | 146 | 0 | 4 | 62 | 24 | 67 | 63 | 74 |
| Binary | 11001101 | 11000101 | 1100110 | 0 | 100 | 110010 | 10100 | 110111 | 110011 | 111100 |
Color Harmonies of #CDC566
Complementary color
Monochromatic Colors of #CDC566
Black with #CDC566
Text Example
Text Example
White with #CDC566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC566; }
p { color: rgb(205,197,102); }
H1.HeaderClassName
{
color: #CDC566;
}
.AnyTagClassName
{
color: #CDC566;
}
</style>
background-color css
<style>
a { background-color: #CDC566; }
a { background-color: rgb(205,197,102); }
div.DivClassName
{
background-color: #CDC566;
}
.BgClassName
{
background-color: #CDC566;
}
</style>
border-color css
<style>
span { border-color: #CDC566; }
span { border-color: rgb(205,197,102); }
td.TdClassName
{
border-color: #CDC566;
}
.TagClassName
{
border-color: #CDC566;
}
</style>