Shades of Tacha #CDC459
Tints of Tacha #CDC459
RGB
CMYK
RGB Variations
Color information
#CDC459 (or 0xCDC459) is known color: Tacha. HEX triplet: CD, C4 and 59. RGB value is (205,196,89). Sum of RGB (Red+Green+Blue) = 205+196+89=490 (64% of max value = 765). Red value is 205 (80.47% from 255 or 41.84% from 490); Green value is 196 (76.95% from 255 or 40% from 490); Blue value is 89 (35.16% from 255 or 18.16% from 490); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC459 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC459 is #323BA6. Grayscale: #BABABA. Windows color (decimal): -3292071 or 5883085. OLE color: 5883085.
HSL color Cylindrical-coordinate representation of color #CDC459: hue angle of 55.34º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CDC459 is Cyan = 0, Magento = 0.04, Yellow = 0.57 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 196 | 89 | - |
| CMYK | 0 | 0.04 | 0.57 | 0.20 |
| HSL | 55.34º | 0.54% | 0.58% | - |
| HSV(B) | 55.34º | 0.57% | 0.8% | - |
| XYZ | 46.72 | 53.18 | 17.25 | - |
| YUV | 186.49 | 72.98 | 141.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 196 | 89 | 0 | 0.04 | 0.57 | 0.20 | 55.34 | 0.54 | 0.58 |
| Hex | CD | C4 | 59 | 0 | 4 | 39 | 14 | 37 | 36 | 3A |
| Octal | 315 | 304 | 131 | 0 | 4 | 71 | 24 | 67 | 66 | 72 |
| Binary | 11001101 | 11000100 | 1011001 | 0 | 100 | 111001 | 10100 | 110111 | 110110 | 111010 |
Color Harmonies of #CDC459
Complementary color
Monochromatic Colors of #CDC459
Black with #CDC459
Text Example
Text Example
White with #CDC459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC459; }
p { color: rgb(205,196,89); }
H1.HeaderClassName
{
color: #CDC459;
}
.AnyTagClassName
{
color: #CDC459;
}
</style>
background-color css
<style>
a { background-color: #CDC459; }
a { background-color: rgb(205,196,89); }
div.DivClassName
{
background-color: #CDC459;
}
.BgClassName
{
background-color: #CDC459;
}
</style>
border-color css
<style>
span { border-color: #CDC459; }
span { border-color: rgb(205,196,89); }
td.TdClassName
{
border-color: #CDC459;
}
.TagClassName
{
border-color: #CDC459;
}
</style>