Shades of Tacha #CDC265
Tints of Tacha #CDC265
RGB
CMYK
RGB Variations
Color information
#CDC265 (or 0xCDC265) is known color: Tacha. HEX triplet: CD, C2 and 65. RGB value is (205,194,101). Sum of RGB (Red+Green+Blue) = 205+194+101=500 (66% of max value = 765). Red value is 205 (80.47% from 255 or 41% from 500); Green value is 194 (76.17% from 255 or 38.8% from 500); Blue value is 101 (39.84% from 255 or 20.2% from 500); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC265 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC265 is #323D9A. Grayscale: #BBBBBB. Windows color (decimal): -3292571 or 6669005. OLE color: 6669005.
HSL color Cylindrical-coordinate representation of color #CDC265: hue angle of 53.65º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CDC265 is Cyan = 0, Magento = 0.05, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 194 | 101 | - |
| CMYK | 0 | 0.05 | 0.51 | 0.20 |
| HSL | 53.65º | 0.51% | 0.6% | - |
| HSV(B) | 53.65º | 0.51% | 0.8% | - |
| XYZ | 46.82 | 52.5 | 19.98 | - |
| YUV | 186.69 | 79.64 | 141.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 194 | 101 | 0 | 0.05 | 0.51 | 0.20 | 53.65 | 0.51 | 0.6 |
| Hex | CD | C2 | 65 | 0 | 5 | 33 | 14 | 36 | 33 | 3C |
| Octal | 315 | 302 | 145 | 0 | 5 | 63 | 24 | 66 | 63 | 74 |
| Binary | 11001101 | 11000010 | 1100101 | 0 | 101 | 110011 | 10100 | 110110 | 110011 | 111100 |
Color Harmonies of #CDC265
Complementary color
Monochromatic Colors of #CDC265
Black with #CDC265
Text Example
Text Example
White with #CDC265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC265; }
p { color: rgb(205,194,101); }
H1.HeaderClassName
{
color: #CDC265;
}
.AnyTagClassName
{
color: #CDC265;
}
</style>
background-color css
<style>
a { background-color: #CDC265; }
a { background-color: rgb(205,194,101); }
div.DivClassName
{
background-color: #CDC265;
}
.BgClassName
{
background-color: #CDC265;
}
</style>
border-color css
<style>
span { border-color: #CDC265; }
span { border-color: rgb(205,194,101); }
td.TdClassName
{
border-color: #CDC265;
}
.TagClassName
{
border-color: #CDC265;
}
</style>