Shades of Tacha #CDC561
Tints of Tacha #CDC561
RGB
CMYK
RGB Variations
Color information
#CDC561 (or 0xCDC561) is known color: Tacha. HEX triplet: CD, C5 and 61. RGB value is (205,197,97). Sum of RGB (Red+Green+Blue) = 205+197+97=499 (66% of max value = 765). Red value is 205 (80.47% from 255 or 41.08% from 499); Green value is 197 (77.34% from 255 or 39.48% from 499); Blue value is 97 (38.28% from 255 or 19.44% from 499); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC561 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC561 is #323A9E. Grayscale: #BCBCBC. Windows color (decimal): -3291807 or 6407629. OLE color: 6407629.
HSL color Cylindrical-coordinate representation of color #CDC561: hue angle of 55.56º 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 #CDC561 is Cyan = 0, Magento = 0.04, Yellow = 0.53 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 197 | 97 | - |
| CMYK | 0 | 0.04 | 0.53 | 0.20 |
| HSL | 55.56º | 0.52% | 0.59% | - |
| HSV(B) | 55.56º | 0.53% | 0.8% | - |
| XYZ | 47.3 | 53.77 | 19.2 | - |
| YUV | 187.99 | 76.65 | 140.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 197 | 97 | 0 | 0.04 | 0.53 | 0.20 | 55.56 | 0.52 | 0.59 |
| Hex | CD | C5 | 61 | 0 | 4 | 35 | 14 | 38 | 34 | 3B |
| Octal | 315 | 305 | 141 | 0 | 4 | 65 | 24 | 70 | 64 | 73 |
| Binary | 11001101 | 11000101 | 1100001 | 0 | 100 | 110101 | 10100 | 111000 | 110100 | 111011 |
Color Harmonies of #CDC561
Complementary color
Monochromatic Colors of #CDC561
Black with #CDC561
Text Example
Text Example
White with #CDC561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC561; }
p { color: rgb(205,197,97); }
H1.HeaderClassName
{
color: #CDC561;
}
.AnyTagClassName
{
color: #CDC561;
}
</style>
background-color css
<style>
a { background-color: #CDC561; }
a { background-color: rgb(205,197,97); }
div.DivClassName
{
background-color: #CDC561;
}
.BgClassName
{
background-color: #CDC561;
}
</style>
border-color css
<style>
span { border-color: #CDC561; }
span { border-color: rgb(205,197,97); }
td.TdClassName
{
border-color: #CDC561;
}
.TagClassName
{
border-color: #CDC561;
}
</style>