Shades of Tacha #CDC363
Tints of Tacha #CDC363
RGB
CMYK
RGB Variations
Color information
#CDC363 (or 0xCDC363) is known color: Tacha. HEX triplet: CD, C3 and 63. RGB value is (205,195,99). Sum of RGB (Red+Green+Blue) = 205+195+99=499 (66% of max value = 765). Red value is 205 (80.47% from 255 or 41.08% from 499); Green value is 195 (76.56% from 255 or 39.08% from 499); Blue value is 99 (39.06% from 255 or 19.84% from 499); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC363 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC363 is #323C9C. Grayscale: #BBBBBB. Windows color (decimal): -3292317 or 6538189. OLE color: 6538189.
HSL color Cylindrical-coordinate representation of color #CDC363: hue angle of 54.34º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CDC363 is Cyan = 0, Magento = 0.05, Yellow = 0.52 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 195 | 99 | - |
| CMYK | 0 | 0.05 | 0.52 | 0.20 |
| HSL | 54.34º | 0.51% | 0.6% | - |
| HSV(B) | 54.34º | 0.52% | 0.8% | - |
| XYZ | 46.94 | 52.91 | 19.54 | - |
| YUV | 187.05 | 78.31 | 140.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 195 | 99 | 0 | 0.05 | 0.52 | 0.20 | 54.34 | 0.51 | 0.6 |
| Hex | CD | C3 | 63 | 0 | 5 | 34 | 14 | 36 | 33 | 3C |
| Octal | 315 | 303 | 143 | 0 | 5 | 64 | 24 | 66 | 63 | 74 |
| Binary | 11001101 | 11000011 | 1100011 | 0 | 101 | 110100 | 10100 | 110110 | 110011 | 111100 |
Color Harmonies of #CDC363
Complementary color
Monochromatic Colors of #CDC363
Black with #CDC363
Text Example
Text Example
White with #CDC363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC363; }
p { color: rgb(205,195,99); }
H1.HeaderClassName
{
color: #CDC363;
}
.AnyTagClassName
{
color: #CDC363;
}
</style>
background-color css
<style>
a { background-color: #CDC363; }
a { background-color: rgb(205,195,99); }
div.DivClassName
{
background-color: #CDC363;
}
.BgClassName
{
background-color: #CDC363;
}
</style>
border-color css
<style>
span { border-color: #CDC363; }
span { border-color: rgb(205,195,99); }
td.TdClassName
{
border-color: #CDC363;
}
.TagClassName
{
border-color: #CDC363;
}
</style>