Shades of Tacha #CDC668
Tints of Tacha #CDC668
RGB
CMYK
RGB Variations
Color information
#CDC668 (or 0xCDC668) is known color: Tacha. HEX triplet: CD, C6 and 68. RGB value is (205,198,104). Sum of RGB (Red+Green+Blue) = 205+198+104=507 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.43% from 507); Green value is 198 (77.73% from 255 or 39.05% from 507); Blue value is 104 (41.02% from 255 or 20.51% from 507); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC668 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC668 is #323997. Grayscale: #BDBDBD. Windows color (decimal): -3291544 or 6866637. OLE color: 6866637.
HSL color Cylindrical-coordinate representation of color #CDC668: hue angle of 55.84º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CDC668 is Cyan = 0, Magento = 0.03, Yellow = 0.49 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 198 | 104 | - |
| CMYK | 0 | 0.03 | 0.49 | 0.20 |
| HSL | 55.84º | 0.5% | 0.61% | - |
| HSV(B) | 55.84º | 0.49% | 0.8% | - |
| XYZ | 47.87 | 54.37 | 21.07 | - |
| YUV | 189.38 | 79.82 | 139.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 198 | 104 | 0 | 0.03 | 0.49 | 0.20 | 55.84 | 0.5 | 0.61 |
| Hex | CD | C6 | 68 | 0 | 3 | 31 | 14 | 38 | 32 | 3D |
| Octal | 315 | 306 | 150 | 0 | 3 | 61 | 24 | 70 | 62 | 75 |
| Binary | 11001101 | 11000110 | 1101000 | 0 | 11 | 110001 | 10100 | 111000 | 110010 | 111101 |
Color Harmonies of #CDC668
Complementary color
Monochromatic Colors of #CDC668
Black with #CDC668
Text Example
Text Example
White with #CDC668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC668; }
p { color: rgb(205,198,104); }
H1.HeaderClassName
{
color: #CDC668;
}
.AnyTagClassName
{
color: #CDC668;
}
</style>
background-color css
<style>
a { background-color: #CDC668; }
a { background-color: rgb(205,198,104); }
div.DivClassName
{
background-color: #CDC668;
}
.BgClassName
{
background-color: #CDC668;
}
</style>
border-color css
<style>
span { border-color: #CDC668; }
span { border-color: rgb(205,198,104); }
td.TdClassName
{
border-color: #CDC668;
}
.TagClassName
{
border-color: #CDC668;
}
</style>