Shades of Tacha #CDC55D
Tints of Tacha #CDC55D
RGB
CMYK
RGB Variations
Color information
#CDC55D (or 0xCDC55D) is known color: Tacha. HEX triplet: CD, C5 and 5D. RGB value is (205,197,93). Sum of RGB (Red+Green+Blue) = 205+197+93=495 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.41% from 495); Green value is 197 (77.34% from 255 or 39.80% from 495); Blue value is 93 (36.72% from 255 or 18.79% from 495); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC55D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC55D is #323AA2. Grayscale: #BBBBBB. Windows color (decimal): -3291811 or 6145485. OLE color: 6145485.
HSL color Cylindrical-coordinate representation of color #CDC55D: hue angle of 55.71º 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 #CDC55D is Cyan = 0, Magento = 0.04, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 197 | 93 | - |
| CMYK | 0 | 0.04 | 0.55 | 0.20 |
| HSL | 55.71º | 0.53% | 0.58% | - |
| HSV(B) | 55.71º | 0.55% | 0.8% | - |
| XYZ | 47.12 | 53.7 | 18.24 | - |
| YUV | 187.54 | 74.65 | 140.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 197 | 93 | 0 | 0.04 | 0.55 | 0.20 | 55.71 | 0.53 | 0.58 |
| Hex | CD | C5 | 5D | 0 | 4 | 37 | 14 | 38 | 35 | 3A |
| Octal | 315 | 305 | 135 | 0 | 4 | 67 | 24 | 70 | 65 | 72 |
| Binary | 11001101 | 11000101 | 1011101 | 0 | 100 | 110111 | 10100 | 111000 | 110101 | 111010 |
Color Harmonies of #CDC55D
Complementary color
Monochromatic Colors of #CDC55D
Black with #CDC55D
Text Example
Text Example
White with #CDC55D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC55D; }
p { color: rgb(205,197,93); }
H1.HeaderClassName
{
color: #CDC55D;
}
.AnyTagClassName
{
color: #CDC55D;
}
</style>
background-color css
<style>
a { background-color: #CDC55D; }
a { background-color: rgb(205,197,93); }
div.DivClassName
{
background-color: #CDC55D;
}
.BgClassName
{
background-color: #CDC55D;
}
</style>
border-color css
<style>
span { border-color: #CDC55D; }
span { border-color: rgb(205,197,93); }
td.TdClassName
{
border-color: #CDC55D;
}
.TagClassName
{
border-color: #CDC55D;
}
</style>