Shades of Tacha #CDC050
Tints of Tacha #CDC050
RGB
CMYK
RGB Variations
Color information
#CDC050 (or 0xCDC050) is known color: Tacha. HEX triplet: CD, C0 and 50. RGB value is (205,192,80). Sum of RGB (Red+Green+Blue) = 205+192+80=477 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.98% from 477); Green value is 192 (75.39% from 255 or 40.25% from 477); Blue value is 80 (31.64% from 255 or 16.77% from 477); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC050 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC050 is #323FAF. Grayscale: #B7B7B7. Windows color (decimal): -3293104 or 5292237. OLE color: 5292237.
HSL color Cylindrical-coordinate representation of color #CDC050: hue angle of 53.76º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CDC050 is Cyan = 0, Magento = 0.06, Yellow = 0.61 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 192 | 80 | - |
| CMYK | 0 | 0.06 | 0.61 | 0.20 |
| HSL | 53.76º | 0.56% | 0.56% | - |
| HSV(B) | 53.76º | 0.61% | 0.8% | - |
| XYZ | 45.47 | 51.26 | 15.09 | - |
| YUV | 183.12 | 69.81 | 143.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 192 | 80 | 0 | 0.06 | 0.61 | 0.20 | 53.76 | 0.56 | 0.56 |
| Hex | CD | C0 | 50 | 0 | 6 | 3D | 14 | 36 | 38 | 38 |
| Octal | 315 | 300 | 120 | 0 | 6 | 75 | 24 | 66 | 70 | 70 |
| Binary | 11001101 | 11000000 | 1010000 | 0 | 110 | 111101 | 10100 | 110110 | 111000 | 111000 |
Color Harmonies of #CDC050
Complementary color
Monochromatic Colors of #CDC050
Black with #CDC050
Text Example
Text Example
White with #CDC050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC050; }
p { color: rgb(205,192,80); }
H1.HeaderClassName
{
color: #CDC050;
}
.AnyTagClassName
{
color: #CDC050;
}
</style>
background-color css
<style>
a { background-color: #CDC050; }
a { background-color: rgb(205,192,80); }
div.DivClassName
{
background-color: #CDC050;
}
.BgClassName
{
background-color: #CDC050;
}
</style>
border-color css
<style>
span { border-color: #CDC050; }
span { border-color: rgb(205,192,80); }
td.TdClassName
{
border-color: #CDC050;
}
.TagClassName
{
border-color: #CDC050;
}
</style>