Shades of Tacha #CDC55C
Tints of Tacha #CDC55C
RGB
CMYK
RGB Variations
Color information
#CDC55C (or 0xCDC55C) is known color: Tacha. HEX triplet: CD, C5 and 5C. RGB value is (205,197,92). Sum of RGB (Red+Green+Blue) = 205+197+92=494 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.50% from 494); Green value is 197 (77.34% from 255 or 39.88% from 494); Blue value is 92 (36.33% from 255 or 18.62% from 494); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC55C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC55C is #323AA3. Grayscale: #BBBBBB. Windows color (decimal): -3291812 or 6079949. OLE color: 6079949.
HSL color Cylindrical-coordinate representation of color #CDC55C: hue angle of 55.75º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CDC55C is Cyan = 0, Magento = 0.04, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 197 | 92 | - |
| CMYK | 0 | 0.04 | 0.55 | 0.20 |
| HSL | 55.75º | 0.53% | 0.58% | - |
| HSV(B) | 55.75º | 0.55% | 0.8% | - |
| XYZ | 47.07 | 53.68 | 18.01 | - |
| YUV | 187.42 | 74.15 | 140.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 197 | 92 | 0 | 0.04 | 0.55 | 0.20 | 55.75 | 0.53 | 0.58 |
| Hex | CD | C5 | 5C | 0 | 4 | 37 | 14 | 38 | 35 | 3A |
| Octal | 315 | 305 | 134 | 0 | 4 | 67 | 24 | 70 | 65 | 72 |
| Binary | 11001101 | 11000101 | 1011100 | 0 | 100 | 110111 | 10100 | 111000 | 110101 | 111010 |
Color Harmonies of #CDC55C
Complementary color
Monochromatic Colors of #CDC55C
Black with #CDC55C
Text Example
Text Example
White with #CDC55C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC55C; }
p { color: rgb(205,197,92); }
H1.HeaderClassName
{
color: #CDC55C;
}
.AnyTagClassName
{
color: #CDC55C;
}
</style>
background-color css
<style>
a { background-color: #CDC55C; }
a { background-color: rgb(205,197,92); }
div.DivClassName
{
background-color: #CDC55C;
}
.BgClassName
{
background-color: #CDC55C;
}
</style>
border-color css
<style>
span { border-color: #CDC55C; }
span { border-color: rgb(205,197,92); }
td.TdClassName
{
border-color: #CDC55C;
}
.TagClassName
{
border-color: #CDC55C;
}
</style>