Shades of Tacha #CDC461
Tints of Tacha #CDC461
RGB
CMYK
RGB Variations
Color information
#CDC461 (or 0xCDC461) is known color: Tacha. HEX triplet: CD, C4 and 61. RGB value is (205,196,97). Sum of RGB (Red+Green+Blue) = 205+196+97=498 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.16% from 498); Green value is 196 (76.95% from 255 or 39.36% from 498); Blue value is 97 (38.28% from 255 or 19.48% from 498); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC461 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC461 is #323B9E. Grayscale: #BBBBBB. Windows color (decimal): -3292063 or 6407373. OLE color: 6407373.
HSL color Cylindrical-coordinate representation of color #CDC461: hue angle of 55º 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 #CDC461 is Cyan = 0, Magento = 0.04, Yellow = 0.53 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 196 | 97 | - |
| CMYK | 0 | 0.04 | 0.53 | 0.20 |
| HSL | 55º | 0.52% | 0.59% | - |
| HSV(B) | 55º | 0.53% | 0.8% | - |
| XYZ | 47.07 | 53.32 | 19.12 | - |
| YUV | 187.41 | 76.98 | 140.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 196 | 97 | 0 | 0.04 | 0.53 | 0.20 | 55 | 0.52 | 0.59 |
| Hex | CD | C4 | 61 | 0 | 4 | 35 | 14 | 37 | 34 | 3B |
| Octal | 315 | 304 | 141 | 0 | 4 | 65 | 24 | 67 | 64 | 73 |
| Binary | 11001101 | 11000100 | 1100001 | 0 | 100 | 110101 | 10100 | 110111 | 110100 | 111011 |
Color Harmonies of #CDC461
Complementary color
Monochromatic Colors of #CDC461
Black with #CDC461
Text Example
Text Example
White with #CDC461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC461; }
p { color: rgb(205,196,97); }
H1.HeaderClassName
{
color: #CDC461;
}
.AnyTagClassName
{
color: #CDC461;
}
</style>
background-color css
<style>
a { background-color: #CDC461; }
a { background-color: rgb(205,196,97); }
div.DivClassName
{
background-color: #CDC461;
}
.BgClassName
{
background-color: #CDC461;
}
</style>
border-color css
<style>
span { border-color: #CDC461; }
span { border-color: rgb(205,196,97); }
td.TdClassName
{
border-color: #CDC461;
}
.TagClassName
{
border-color: #CDC461;
}
</style>