Shades of Tacha #CDC457
Tints of Tacha #CDC457
RGB
CMYK
RGB Variations
Color information
#CDC457 (or 0xCDC457) is known color: Tacha. HEX triplet: CD, C4 and 57. RGB value is (205,196,87). Sum of RGB (Red+Green+Blue) = 205+196+87=488 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.01% from 488); Green value is 196 (76.95% from 255 or 40.16% from 488); Blue value is 87 (34.38% from 255 or 17.83% from 488); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC457 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC457 is #323BA8. Grayscale: #BABABA. Windows color (decimal): -3292073 or 5752013. OLE color: 5752013.
HSL color Cylindrical-coordinate representation of color #CDC457: hue angle of 55.42º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CDC457 is Cyan = 0, Magento = 0.04, Yellow = 0.58 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 196 | 87 | - |
| CMYK | 0 | 0.04 | 0.58 | 0.20 |
| HSL | 55.42º | 0.54% | 0.57% | - |
| HSV(B) | 55.42º | 0.58% | 0.8% | - |
| XYZ | 46.64 | 53.15 | 16.82 | - |
| YUV | 186.27 | 71.98 | 141.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 196 | 87 | 0 | 0.04 | 0.58 | 0.20 | 55.42 | 0.54 | 0.57 |
| Hex | CD | C4 | 57 | 0 | 4 | 3A | 14 | 37 | 36 | 39 |
| Octal | 315 | 304 | 127 | 0 | 4 | 72 | 24 | 67 | 66 | 71 |
| Binary | 11001101 | 11000100 | 1010111 | 0 | 100 | 111010 | 10100 | 110111 | 110110 | 111001 |
Color Harmonies of #CDC457
Complementary color
Monochromatic Colors of #CDC457
Black with #CDC457
Text Example
Text Example
White with #CDC457
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC457; }
p { color: rgb(205,196,87); }
H1.HeaderClassName
{
color: #CDC457;
}
.AnyTagClassName
{
color: #CDC457;
}
</style>
background-color css
<style>
a { background-color: #CDC457; }
a { background-color: rgb(205,196,87); }
div.DivClassName
{
background-color: #CDC457;
}
.BgClassName
{
background-color: #CDC457;
}
</style>
border-color css
<style>
span { border-color: #CDC457; }
span { border-color: rgb(205,196,87); }
td.TdClassName
{
border-color: #CDC457;
}
.TagClassName
{
border-color: #CDC457;
}
</style>