Shades of Tacha #CDC657
Tints of Tacha #CDC657
RGB
CMYK
RGB Variations
Color information
#CDC657 (or 0xCDC657) is known color: Tacha. HEX triplet: CD, C6 and 57. RGB value is (205,198,87). Sum of RGB (Red+Green+Blue) = 205+198+87=490 (64% of max value = 765). Red value is 205 (80.47% from 255 or 41.84% from 490); Green value is 198 (77.73% from 255 or 40.41% from 490); Blue value is 87 (34.38% from 255 or 17.76% from 490); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC657 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC657 is #3239A8. Grayscale: #BBBBBB. Windows color (decimal): -3291561 or 5752525. OLE color: 5752525.
HSL color Cylindrical-coordinate representation of color #CDC657: hue angle of 56.44º 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 #CDC657 is Cyan = 0, Magento = 0.03, Yellow = 0.58 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 198 | 87 | - |
| CMYK | 0 | 0.03 | 0.58 | 0.20 |
| HSL | 56.44º | 0.54% | 0.57% | - |
| HSV(B) | 56.44º | 0.58% | 0.8% | - |
| XYZ | 47.09 | 54.06 | 16.97 | - |
| YUV | 187.44 | 71.32 | 140.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 198 | 87 | 0 | 0.03 | 0.58 | 0.20 | 56.44 | 0.54 | 0.57 |
| Hex | CD | C6 | 57 | 0 | 3 | 3A | 14 | 38 | 36 | 39 |
| Octal | 315 | 306 | 127 | 0 | 3 | 72 | 24 | 70 | 66 | 71 |
| Binary | 11001101 | 11000110 | 1010111 | 0 | 11 | 111010 | 10100 | 111000 | 110110 | 111001 |
Color Harmonies of #CDC657
Complementary color
Monochromatic Colors of #CDC657
Black with #CDC657
Text Example
Text Example
White with #CDC657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC657; }
p { color: rgb(205,198,87); }
H1.HeaderClassName
{
color: #CDC657;
}
.AnyTagClassName
{
color: #CDC657;
}
</style>
background-color css
<style>
a { background-color: #CDC657; }
a { background-color: rgb(205,198,87); }
div.DivClassName
{
background-color: #CDC657;
}
.BgClassName
{
background-color: #CDC657;
}
</style>
border-color css
<style>
span { border-color: #CDC657; }
span { border-color: rgb(205,198,87); }
td.TdClassName
{
border-color: #CDC657;
}
.TagClassName
{
border-color: #CDC657;
}
</style>