Shades of Tacha #CDC663
Tints of Tacha #CDC663
RGB
CMYK
RGB Variations
Color information
#CDC663 (or 0xCDC663) is known color: Tacha. HEX triplet: CD, C6 and 63. RGB value is (205,198,99). Sum of RGB (Red+Green+Blue) = 205+198+99=502 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.84% from 502); Green value is 198 (77.73% from 255 or 39.44% from 502); Blue value is 99 (39.06% from 255 or 19.72% from 502); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC663 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC663 is #32399C. Grayscale: #BDBDBD. Windows color (decimal): -3291549 or 6538957. OLE color: 6538957.
HSL color Cylindrical-coordinate representation of color #CDC663: hue angle of 56.04º 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 #CDC663 is Cyan = 0, Magento = 0.03, Yellow = 0.52 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 198 | 99 | - |
| CMYK | 0 | 0.03 | 0.52 | 0.20 |
| HSL | 56.04º | 0.51% | 0.6% | - |
| HSV(B) | 56.04º | 0.52% | 0.8% | - |
| XYZ | 47.62 | 54.27 | 19.77 | - |
| YUV | 188.81 | 77.32 | 139.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 198 | 99 | 0 | 0.03 | 0.52 | 0.20 | 56.04 | 0.51 | 0.6 |
| Hex | CD | C6 | 63 | 0 | 3 | 34 | 14 | 38 | 33 | 3C |
| Octal | 315 | 306 | 143 | 0 | 3 | 64 | 24 | 70 | 63 | 74 |
| Binary | 11001101 | 11000110 | 1100011 | 0 | 11 | 110100 | 10100 | 111000 | 110011 | 111100 |
Color Harmonies of #CDC663
Complementary color
Monochromatic Colors of #CDC663
Black with #CDC663
Text Example
Text Example
White with #CDC663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC663; }
p { color: rgb(205,198,99); }
H1.HeaderClassName
{
color: #CDC663;
}
.AnyTagClassName
{
color: #CDC663;
}
</style>
background-color css
<style>
a { background-color: #CDC663; }
a { background-color: rgb(205,198,99); }
div.DivClassName
{
background-color: #CDC663;
}
.BgClassName
{
background-color: #CDC663;
}
</style>
border-color css
<style>
span { border-color: #CDC663; }
span { border-color: rgb(205,198,99); }
td.TdClassName
{
border-color: #CDC663;
}
.TagClassName
{
border-color: #CDC663;
}
</style>