Shades of Tacha #CDC063
Tints of Tacha #CDC063
RGB
CMYK
RGB Variations
Color information
#CDC063 (or 0xCDC063) is known color: Tacha. HEX triplet: CD, C0 and 63. RGB value is (205,192,99). Sum of RGB (Red+Green+Blue) = 205+192+99=496 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.33% from 496); Green value is 192 (75.39% from 255 or 38.71% from 496); Blue value is 99 (39.06% from 255 or 19.96% from 496); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC063 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC063 is #323F9C. Grayscale: #B9B9B9. Windows color (decimal): -3293085 or 6537421. OLE color: 6537421.
HSL color Cylindrical-coordinate representation of color #CDC063: hue angle of 52.64º 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 #CDC063 is Cyan = 0, Magento = 0.06, Yellow = 0.52 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 192 | 99 | - |
| CMYK | 0 | 0.06 | 0.52 | 0.20 |
| HSL | 52.64º | 0.51% | 0.6% | - |
| HSV(B) | 52.64º | 0.52% | 0.8% | - |
| XYZ | 46.28 | 51.58 | 19.32 | - |
| YUV | 185.29 | 79.31 | 142.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 192 | 99 | 0 | 0.06 | 0.52 | 0.20 | 52.64 | 0.51 | 0.6 |
| Hex | CD | C0 | 63 | 0 | 6 | 34 | 14 | 35 | 33 | 3C |
| Octal | 315 | 300 | 143 | 0 | 6 | 64 | 24 | 65 | 63 | 74 |
| Binary | 11001101 | 11000000 | 1100011 | 0 | 110 | 110100 | 10100 | 110101 | 110011 | 111100 |
Color Harmonies of #CDC063
Complementary color
Monochromatic Colors of #CDC063
Black with #CDC063
Text Example
Text Example
White with #CDC063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC063; }
p { color: rgb(205,192,99); }
H1.HeaderClassName
{
color: #CDC063;
}
.AnyTagClassName
{
color: #CDC063;
}
</style>
background-color css
<style>
a { background-color: #CDC063; }
a { background-color: rgb(205,192,99); }
div.DivClassName
{
background-color: #CDC063;
}
.BgClassName
{
background-color: #CDC063;
}
</style>
border-color css
<style>
span { border-color: #CDC063; }
span { border-color: rgb(205,192,99); }
td.TdClassName
{
border-color: #CDC063;
}
.TagClassName
{
border-color: #CDC063;
}
</style>