Shades of Tacha #CDC565
Tints of Tacha #CDC565
RGB
CMYK
RGB Variations
Color information
#CDC565 (or 0xCDC565) is known color: Tacha. HEX triplet: CD, C5 and 65. RGB value is (205,197,101). Sum of RGB (Red+Green+Blue) = 205+197+101=503 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.76% from 503); Green value is 197 (77.34% from 255 or 39.17% from 503); Blue value is 101 (39.84% from 255 or 20.08% from 503); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC565 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC565 is #323A9A. Grayscale: #BCBCBC. Windows color (decimal): -3291803 or 6669773. OLE color: 6669773.
HSL color Cylindrical-coordinate representation of color #CDC565: hue angle of 55.38º 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 #CDC565 is Cyan = 0, Magento = 0.04, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 197 | 101 | - |
| CMYK | 0 | 0.04 | 0.51 | 0.20 |
| HSL | 55.38º | 0.51% | 0.6% | - |
| HSV(B) | 55.38º | 0.51% | 0.8% | - |
| XYZ | 47.49 | 53.85 | 20.2 | - |
| YUV | 188.45 | 78.65 | 139.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 197 | 101 | 0 | 0.04 | 0.51 | 0.20 | 55.38 | 0.51 | 0.6 |
| Hex | CD | C5 | 65 | 0 | 4 | 33 | 14 | 37 | 33 | 3C |
| Octal | 315 | 305 | 145 | 0 | 4 | 63 | 24 | 67 | 63 | 74 |
| Binary | 11001101 | 11000101 | 1100101 | 0 | 100 | 110011 | 10100 | 110111 | 110011 | 111100 |
Color Harmonies of #CDC565
Complementary color
Monochromatic Colors of #CDC565
Black with #CDC565
Text Example
Text Example
White with #CDC565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC565; }
p { color: rgb(205,197,101); }
H1.HeaderClassName
{
color: #CDC565;
}
.AnyTagClassName
{
color: #CDC565;
}
</style>
background-color css
<style>
a { background-color: #CDC565; }
a { background-color: rgb(205,197,101); }
div.DivClassName
{
background-color: #CDC565;
}
.BgClassName
{
background-color: #CDC565;
}
</style>
border-color css
<style>
span { border-color: #CDC565; }
span { border-color: rgb(205,197,101); }
td.TdClassName
{
border-color: #CDC565;
}
.TagClassName
{
border-color: #CDC565;
}
</style>