Shades of Tacha #CDC65C
Tints of Tacha #CDC65C
RGB
CMYK
RGB Variations
Color information
#CDC65C (or 0xCDC65C) is known color: Tacha. HEX triplet: CD, C6 and 5C. RGB value is (205,198,92). Sum of RGB (Red+Green+Blue) = 205+198+92=495 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.41% from 495); Green value is 198 (77.73% from 255 or 40% from 495); Blue value is 92 (36.33% from 255 or 18.59% from 495); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC65C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC65C is #3239A3. Grayscale: #BCBCBC. Windows color (decimal): -3291556 or 6080205. OLE color: 6080205.
HSL color Cylindrical-coordinate representation of color #CDC65C: hue angle of 56.28º 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 #CDC65C is Cyan = 0, Magento = 0.03, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 198 | 92 | - |
| CMYK | 0 | 0.03 | 0.55 | 0.20 |
| HSL | 56.28º | 0.53% | 0.58% | - |
| HSV(B) | 56.28º | 0.55% | 0.8% | - |
| XYZ | 47.3 | 54.14 | 18.08 | - |
| YUV | 188.01 | 73.82 | 140.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 198 | 92 | 0 | 0.03 | 0.55 | 0.20 | 56.28 | 0.53 | 0.58 |
| Hex | CD | C6 | 5C | 0 | 3 | 37 | 14 | 38 | 35 | 3A |
| Octal | 315 | 306 | 134 | 0 | 3 | 67 | 24 | 70 | 65 | 72 |
| Binary | 11001101 | 11000110 | 1011100 | 0 | 11 | 110111 | 10100 | 111000 | 110101 | 111010 |
Color Harmonies of #CDC65C
Complementary color
Monochromatic Colors of #CDC65C
Black with #CDC65C
Text Example
Text Example
White with #CDC65C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC65C; }
p { color: rgb(205,198,92); }
H1.HeaderClassName
{
color: #CDC65C;
}
.AnyTagClassName
{
color: #CDC65C;
}
</style>
background-color css
<style>
a { background-color: #CDC65C; }
a { background-color: rgb(205,198,92); }
div.DivClassName
{
background-color: #CDC65C;
}
.BgClassName
{
background-color: #CDC65C;
}
</style>
border-color css
<style>
span { border-color: #CDC65C; }
span { border-color: rgb(205,198,92); }
td.TdClassName
{
border-color: #CDC65C;
}
.TagClassName
{
border-color: #CDC65C;
}
</style>