Shades of Tacha #CDC25D
Tints of Tacha #CDC25D
RGB
CMYK
RGB Variations
Color information
#CDC25D (or 0xCDC25D) is known color: Tacha. HEX triplet: CD, C2 and 5D. RGB value is (205,194,93). Sum of RGB (Red+Green+Blue) = 205+194+93=492 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.67% from 492); Green value is 194 (76.17% from 255 or 39.43% from 492); Blue value is 93 (36.72% from 255 or 18.90% from 492); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC25D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC25D is #323DA2. Grayscale: #BABABA. Windows color (decimal): -3292579 or 6144717. OLE color: 6144717.
HSL color Cylindrical-coordinate representation of color #CDC25D: hue angle of 54.11º 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 #CDC25D is Cyan = 0, Magento = 0.05, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 194 | 93 | - |
| CMYK | 0 | 0.05 | 0.55 | 0.20 |
| HSL | 54.11º | 0.53% | 0.58% | - |
| HSV(B) | 54.11º | 0.55% | 0.8% | - |
| XYZ | 46.44 | 52.35 | 18.01 | - |
| YUV | 185.78 | 75.64 | 141.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 194 | 93 | 0 | 0.05 | 0.55 | 0.20 | 54.11 | 0.53 | 0.58 |
| Hex | CD | C2 | 5D | 0 | 5 | 37 | 14 | 36 | 35 | 3A |
| Octal | 315 | 302 | 135 | 0 | 5 | 67 | 24 | 66 | 65 | 72 |
| Binary | 11001101 | 11000010 | 1011101 | 0 | 101 | 110111 | 10100 | 110110 | 110101 | 111010 |
Color Harmonies of #CDC25D
Complementary color
Monochromatic Colors of #CDC25D
Black with #CDC25D
Text Example
Text Example
White with #CDC25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC25D; }
p { color: rgb(205,194,93); }
H1.HeaderClassName
{
color: #CDC25D;
}
.AnyTagClassName
{
color: #CDC25D;
}
</style>
background-color css
<style>
a { background-color: #CDC25D; }
a { background-color: rgb(205,194,93); }
div.DivClassName
{
background-color: #CDC25D;
}
.BgClassName
{
background-color: #CDC25D;
}
</style>
border-color css
<style>
span { border-color: #CDC25D; }
span { border-color: rgb(205,194,93); }
td.TdClassName
{
border-color: #CDC25D;
}
.TagClassName
{
border-color: #CDC25D;
}
</style>