Shades of Tacha #CDC065
Tints of Tacha #CDC065
RGB
CMYK
RGB Variations
Color information
#CDC065 (or 0xCDC065) is known color: Tacha. HEX triplet: CD, C0 and 65. RGB value is (205,192,101). Sum of RGB (Red+Green+Blue) = 205+192+101=498 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.16% from 498); Green value is 192 (75.39% from 255 or 38.55% from 498); Blue value is 101 (39.84% from 255 or 20.28% from 498); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC065 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC065 is #323F9A. Grayscale: #B9B9B9. Windows color (decimal): -3293083 or 6668493. OLE color: 6668493.
HSL color Cylindrical-coordinate representation of color #CDC065: hue angle of 52.5º 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 #CDC065 is Cyan = 0, Magento = 0.06, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 192 | 101 | - |
| CMYK | 0 | 0.06 | 0.51 | 0.20 |
| HSL | 52.5º | 0.51% | 0.6% | - |
| HSV(B) | 52.5º | 0.51% | 0.8% | - |
| XYZ | 46.38 | 51.62 | 19.83 | - |
| YUV | 185.51 | 80.31 | 141.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 192 | 101 | 0 | 0.06 | 0.51 | 0.20 | 52.5 | 0.51 | 0.6 |
| Hex | CD | C0 | 65 | 0 | 6 | 33 | 14 | 34 | 33 | 3C |
| Octal | 315 | 300 | 145 | 0 | 6 | 63 | 24 | 64 | 63 | 74 |
| Binary | 11001101 | 11000000 | 1100101 | 0 | 110 | 110011 | 10100 | 110100 | 110011 | 111100 |
Color Harmonies of #CDC065
Complementary color
Monochromatic Colors of #CDC065
Black with #CDC065
Text Example
Text Example
White with #CDC065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC065; }
p { color: rgb(205,192,101); }
H1.HeaderClassName
{
color: #CDC065;
}
.AnyTagClassName
{
color: #CDC065;
}
</style>
background-color css
<style>
a { background-color: #CDC065; }
a { background-color: rgb(205,192,101); }
div.DivClassName
{
background-color: #CDC065;
}
.BgClassName
{
background-color: #CDC065;
}
</style>
border-color css
<style>
span { border-color: #CDC065; }
span { border-color: rgb(205,192,101); }
td.TdClassName
{
border-color: #CDC065;
}
.TagClassName
{
border-color: #CDC065;
}
</style>