Shades of Tacha #CDC060
Tints of Tacha #CDC060
RGB
CMYK
RGB Variations
Color information
#CDC060 (or 0xCDC060) is known color: Tacha. HEX triplet: CD, C0 and 60. RGB value is (205,192,96). Sum of RGB (Red+Green+Blue) = 205+192+96=493 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.58% from 493); Green value is 192 (75.39% from 255 or 38.95% from 493); Blue value is 96 (37.89% from 255 or 19.47% from 493); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC060 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC060 is #323F9F. Grayscale: #B9B9B9. Windows color (decimal): -3293088 or 6340813. OLE color: 6340813.
HSL color Cylindrical-coordinate representation of color #CDC060: hue angle of 52.84º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CDC060 is Cyan = 0, Magento = 0.06, Yellow = 0.53 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 192 | 96 | - |
| CMYK | 0 | 0.06 | 0.53 | 0.20 |
| HSL | 52.84º | 0.52% | 0.59% | - |
| HSV(B) | 52.84º | 0.53% | 0.8% | - |
| XYZ | 46.14 | 51.52 | 18.58 | - |
| YUV | 184.94 | 77.81 | 142.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 192 | 96 | 0 | 0.06 | 0.53 | 0.20 | 52.84 | 0.52 | 0.59 |
| Hex | CD | C0 | 60 | 0 | 6 | 35 | 14 | 35 | 34 | 3B |
| Octal | 315 | 300 | 140 | 0 | 6 | 65 | 24 | 65 | 64 | 73 |
| Binary | 11001101 | 11000000 | 1100000 | 0 | 110 | 110101 | 10100 | 110101 | 110100 | 111011 |
Color Harmonies of #CDC060
Complementary color
Monochromatic Colors of #CDC060
Black with #CDC060
Text Example
Text Example
White with #CDC060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC060; }
p { color: rgb(205,192,96); }
H1.HeaderClassName
{
color: #CDC060;
}
.AnyTagClassName
{
color: #CDC060;
}
</style>
background-color css
<style>
a { background-color: #CDC060; }
a { background-color: rgb(205,192,96); }
div.DivClassName
{
background-color: #CDC060;
}
.BgClassName
{
background-color: #CDC060;
}
</style>
border-color css
<style>
span { border-color: #CDC060; }
span { border-color: rgb(205,192,96); }
td.TdClassName
{
border-color: #CDC060;
}
.TagClassName
{
border-color: #CDC060;
}
</style>