Shades of Tacha #CDC65F
Tints of Tacha #CDC65F
RGB
CMYK
RGB Variations
Color information
#CDC65F (or 0xCDC65F) is known color: Tacha. HEX triplet: CD, C6 and 5F. RGB value is (205,198,95). Sum of RGB (Red+Green+Blue) = 205+198+95=498 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.16% from 498); Green value is 198 (77.73% from 255 or 39.76% from 498); Blue value is 95 (37.5% from 255 or 19.08% from 498); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC65F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC65F is #3239A0. Grayscale: #BCBCBC. Windows color (decimal): -3291553 or 6276813. OLE color: 6276813.
HSL color Cylindrical-coordinate representation of color #CDC65F: hue angle of 56.18º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CDC65F is Cyan = 0, Magento = 0.03, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 198 | 95 | - |
| CMYK | 0 | 0.03 | 0.54 | 0.20 |
| HSL | 56.18º | 0.52% | 0.59% | - |
| HSV(B) | 56.18º | 0.54% | 0.8% | - |
| XYZ | 47.44 | 54.19 | 18.79 | - |
| YUV | 188.35 | 75.32 | 139.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 198 | 95 | 0 | 0.03 | 0.54 | 0.20 | 56.18 | 0.52 | 0.59 |
| Hex | CD | C6 | 5F | 0 | 3 | 36 | 14 | 38 | 34 | 3B |
| Octal | 315 | 306 | 137 | 0 | 3 | 66 | 24 | 70 | 64 | 73 |
| Binary | 11001101 | 11000110 | 1011111 | 0 | 11 | 110110 | 10100 | 111000 | 110100 | 111011 |
Color Harmonies of #CDC65F
Complementary color
Monochromatic Colors of #CDC65F
Black with #CDC65F
Text Example
Text Example
White with #CDC65F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC65F; }
p { color: rgb(205,198,95); }
H1.HeaderClassName
{
color: #CDC65F;
}
.AnyTagClassName
{
color: #CDC65F;
}
</style>
background-color css
<style>
a { background-color: #CDC65F; }
a { background-color: rgb(205,198,95); }
div.DivClassName
{
background-color: #CDC65F;
}
.BgClassName
{
background-color: #CDC65F;
}
</style>
border-color css
<style>
span { border-color: #CDC65F; }
span { border-color: rgb(205,198,95); }
td.TdClassName
{
border-color: #CDC65F;
}
.TagClassName
{
border-color: #CDC65F;
}
</style>