Shades of Tacha #CDC656
Tints of Tacha #CDC656
RGB
CMYK
RGB Variations
Color information
#CDC656 (or 0xCDC656) is known color: Tacha. HEX triplet: CD, C6 and 56. RGB value is (205,198,86). Sum of RGB (Red+Green+Blue) = 205+198+86=489 (64% of max value = 765). Red value is 205 (80.47% from 255 or 41.92% from 489); Green value is 198 (77.73% from 255 or 40.49% from 489); Blue value is 86 (33.98% from 255 or 17.59% from 489); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC656 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC656 is #3239A9. Grayscale: #BBBBBB. Windows color (decimal): -3291562 or 5686989. OLE color: 5686989.
HSL color Cylindrical-coordinate representation of color #CDC656: hue angle of 56.47º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CDC656 is Cyan = 0, Magento = 0.03, Yellow = 0.58 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 198 | 86 | - |
| CMYK | 0 | 0.03 | 0.58 | 0.20 |
| HSL | 56.47º | 0.54% | 0.57% | - |
| HSV(B) | 56.47º | 0.58% | 0.8% | - |
| XYZ | 47.05 | 54.04 | 16.75 | - |
| YUV | 187.33 | 70.82 | 140.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 198 | 86 | 0 | 0.03 | 0.58 | 0.20 | 56.47 | 0.54 | 0.57 |
| Hex | CD | C6 | 56 | 0 | 3 | 3A | 14 | 38 | 36 | 39 |
| Octal | 315 | 306 | 126 | 0 | 3 | 72 | 24 | 70 | 66 | 71 |
| Binary | 11001101 | 11000110 | 1010110 | 0 | 11 | 111010 | 10100 | 111000 | 110110 | 111001 |
Color Harmonies of #CDC656
Complementary color
Monochromatic Colors of #CDC656
Black with #CDC656
Text Example
Text Example
White with #CDC656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC656; }
p { color: rgb(205,198,86); }
H1.HeaderClassName
{
color: #CDC656;
}
.AnyTagClassName
{
color: #CDC656;
}
</style>
background-color css
<style>
a { background-color: #CDC656; }
a { background-color: rgb(205,198,86); }
div.DivClassName
{
background-color: #CDC656;
}
.BgClassName
{
background-color: #CDC656;
}
</style>
border-color css
<style>
span { border-color: #CDC656; }
span { border-color: rgb(205,198,86); }
td.TdClassName
{
border-color: #CDC656;
}
.TagClassName
{
border-color: #CDC656;
}
</style>