Shades of Tacha #CDC66A
Tints of Tacha #CDC66A
RGB
CMYK
RGB Variations
Color information
#CDC66A (or 0xCDC66A) is known color: Tacha. HEX triplet: CD, C6 and 6A. RGB value is (205,198,106). Sum of RGB (Red+Green+Blue) = 205+198+106=509 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.28% from 509); Green value is 198 (77.73% from 255 or 38.90% from 509); Blue value is 106 (41.80% from 255 or 20.83% from 509); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC66A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC66A is #323995. Grayscale: #BDBDBD. Windows color (decimal): -3291542 or 6997709. OLE color: 6997709.
HSL color Cylindrical-coordinate representation of color #CDC66A: hue angle of 55.76º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CDC66A is Cyan = 0, Magento = 0.03, Yellow = 0.48 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 198 | 106 | - |
| CMYK | 0 | 0.03 | 0.48 | 0.20 |
| HSL | 55.76º | 0.5% | 0.61% | - |
| HSV(B) | 55.76º | 0.48% | 0.8% | - |
| XYZ | 47.97 | 54.41 | 21.61 | - |
| YUV | 189.61 | 80.82 | 138.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 198 | 106 | 0 | 0.03 | 0.48 | 0.20 | 55.76 | 0.5 | 0.61 |
| Hex | CD | C6 | 6A | 0 | 3 | 30 | 14 | 38 | 32 | 3D |
| Octal | 315 | 306 | 152 | 0 | 3 | 60 | 24 | 70 | 62 | 75 |
| Binary | 11001101 | 11000110 | 1101010 | 0 | 11 | 110000 | 10100 | 111000 | 110010 | 111101 |
Color Harmonies of #CDC66A
Complementary color
Monochromatic Colors of #CDC66A
Black with #CDC66A
Text Example
Text Example
White with #CDC66A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC66A; }
p { color: rgb(205,198,106); }
H1.HeaderClassName
{
color: #CDC66A;
}
.AnyTagClassName
{
color: #CDC66A;
}
</style>
background-color css
<style>
a { background-color: #CDC66A; }
a { background-color: rgb(205,198,106); }
div.DivClassName
{
background-color: #CDC66A;
}
.BgClassName
{
background-color: #CDC66A;
}
</style>
border-color css
<style>
span { border-color: #CDC66A; }
span { border-color: rgb(205,198,106); }
td.TdClassName
{
border-color: #CDC66A;
}
.TagClassName
{
border-color: #CDC66A;
}
</style>