Shades of Tacha #CDC260
Tints of Tacha #CDC260
RGB
CMYK
RGB Variations
Color information
#CDC260 (or 0xCDC260) is known color: Tacha. HEX triplet: CD, C2 and 60. RGB value is (205,194,96). Sum of RGB (Red+Green+Blue) = 205+194+96=495 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.41% from 495); Green value is 194 (76.17% from 255 or 39.19% from 495); Blue value is 96 (37.89% from 255 or 19.39% from 495); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC260 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC260 is #323D9F. Grayscale: #BABABA. Windows color (decimal): -3292576 or 6341325. OLE color: 6341325.
HSL color Cylindrical-coordinate representation of color #CDC260: hue angle of 53.94º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CDC260 is Cyan = 0, Magento = 0.05, Yellow = 0.53 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 194 | 96 | - |
| CMYK | 0 | 0.05 | 0.53 | 0.20 |
| HSL | 53.94º | 0.52% | 0.59% | - |
| HSV(B) | 53.94º | 0.53% | 0.8% | - |
| XYZ | 46.58 | 52.41 | 18.73 | - |
| YUV | 186.12 | 77.14 | 141.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 194 | 96 | 0 | 0.05 | 0.53 | 0.20 | 53.94 | 0.52 | 0.59 |
| Hex | CD | C2 | 60 | 0 | 5 | 35 | 14 | 36 | 34 | 3B |
| Octal | 315 | 302 | 140 | 0 | 5 | 65 | 24 | 66 | 64 | 73 |
| Binary | 11001101 | 11000010 | 1100000 | 0 | 101 | 110101 | 10100 | 110110 | 110100 | 111011 |
Color Harmonies of #CDC260
Complementary color
Monochromatic Colors of #CDC260
Black with #CDC260
Text Example
Text Example
White with #CDC260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC260; }
p { color: rgb(205,194,96); }
H1.HeaderClassName
{
color: #CDC260;
}
.AnyTagClassName
{
color: #CDC260;
}
</style>
background-color css
<style>
a { background-color: #CDC260; }
a { background-color: rgb(205,194,96); }
div.DivClassName
{
background-color: #CDC260;
}
.BgClassName
{
background-color: #CDC260;
}
</style>
border-color css
<style>
span { border-color: #CDC260; }
span { border-color: rgb(205,194,96); }
td.TdClassName
{
border-color: #CDC260;
}
.TagClassName
{
border-color: #CDC260;
}
</style>