Shades of Tacha #CDC559
Tints of Tacha #CDC559
RGB
CMYK
RGB Variations
Color information
#CDC559 (or 0xCDC559) is known color: Tacha. HEX triplet: CD, C5 and 59. RGB value is (205,197,89). Sum of RGB (Red+Green+Blue) = 205+197+89=491 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.75% from 491); Green value is 197 (77.34% from 255 or 40.12% from 491); Blue value is 89 (35.16% from 255 or 18.13% from 491); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC559 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC559 is #323AA6. Grayscale: #BBBBBB. Windows color (decimal): -3291815 or 5883341. OLE color: 5883341.
HSL color Cylindrical-coordinate representation of color #CDC559: hue angle of 55.86º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CDC559 is Cyan = 0, Magento = 0.04, Yellow = 0.57 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 197 | 89 | - |
| CMYK | 0 | 0.04 | 0.57 | 0.20 |
| HSL | 55.86º | 0.54% | 0.58% | - |
| HSV(B) | 55.86º | 0.57% | 0.8% | - |
| XYZ | 46.95 | 53.63 | 17.33 | - |
| YUV | 187.08 | 72.65 | 140.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 197 | 89 | 0 | 0.04 | 0.57 | 0.20 | 55.86 | 0.54 | 0.58 |
| Hex | CD | C5 | 59 | 0 | 4 | 39 | 14 | 38 | 36 | 3A |
| Octal | 315 | 305 | 131 | 0 | 4 | 71 | 24 | 70 | 66 | 72 |
| Binary | 11001101 | 11000101 | 1011001 | 0 | 100 | 111001 | 10100 | 111000 | 110110 | 111010 |
Color Harmonies of #CDC559
Complementary color
Monochromatic Colors of #CDC559
Black with #CDC559
Text Example
Text Example
White with #CDC559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC559; }
p { color: rgb(205,197,89); }
H1.HeaderClassName
{
color: #CDC559;
}
.AnyTagClassName
{
color: #CDC559;
}
</style>
background-color css
<style>
a { background-color: #CDC559; }
a { background-color: rgb(205,197,89); }
div.DivClassName
{
background-color: #CDC559;
}
.BgClassName
{
background-color: #CDC559;
}
</style>
border-color css
<style>
span { border-color: #CDC559; }
span { border-color: rgb(205,197,89); }
td.TdClassName
{
border-color: #CDC559;
}
.TagClassName
{
border-color: #CDC559;
}
</style>