Shades of Tacha #CDC163
Tints of Tacha #CDC163
RGB
CMYK
RGB Variations
Color information
#CDC163 (or 0xCDC163) is known color: Tacha. HEX triplet: CD, C1 and 63. RGB value is (205,193,99). Sum of RGB (Red+Green+Blue) = 205+193+99=497 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.25% from 497); Green value is 193 (75.78% from 255 or 38.83% from 497); Blue value is 99 (39.06% from 255 or 19.92% from 497); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC163 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC163 is #323E9C. Grayscale: #BABABA. Windows color (decimal): -3292829 or 6537677. OLE color: 6537677.
HSL color Cylindrical-coordinate representation of color #CDC163: hue angle of 53.21º 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 #CDC163 is Cyan = 0, Magento = 0.06, Yellow = 0.52 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 193 | 99 | - |
| CMYK | 0 | 0.06 | 0.52 | 0.20 |
| HSL | 53.21º | 0.51% | 0.6% | - |
| HSV(B) | 53.21º | 0.52% | 0.8% | - |
| XYZ | 46.5 | 52.02 | 19.39 | - |
| YUV | 185.87 | 78.98 | 141.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 193 | 99 | 0 | 0.06 | 0.52 | 0.20 | 53.21 | 0.51 | 0.6 |
| Hex | CD | C1 | 63 | 0 | 6 | 34 | 14 | 35 | 33 | 3C |
| Octal | 315 | 301 | 143 | 0 | 6 | 64 | 24 | 65 | 63 | 74 |
| Binary | 11001101 | 11000001 | 1100011 | 0 | 110 | 110100 | 10100 | 110101 | 110011 | 111100 |
Color Harmonies of #CDC163
Complementary color
Monochromatic Colors of #CDC163
Black with #CDC163
Text Example
Text Example
White with #CDC163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC163; }
p { color: rgb(205,193,99); }
H1.HeaderClassName
{
color: #CDC163;
}
.AnyTagClassName
{
color: #CDC163;
}
</style>
background-color css
<style>
a { background-color: #CDC163; }
a { background-color: rgb(205,193,99); }
div.DivClassName
{
background-color: #CDC163;
}
.BgClassName
{
background-color: #CDC163;
}
</style>
border-color css
<style>
span { border-color: #CDC163; }
span { border-color: rgb(205,193,99); }
td.TdClassName
{
border-color: #CDC163;
}
.TagClassName
{
border-color: #CDC163;
}
</style>